C# Class MemcachedClientLibrary.LogAdapter

Afficher le fichier Open project: noear/Weed3

Méthodes publiques

Méthode Description
Debug ( string message ) : void
Debug ( string message, Exception e ) : void
Error ( string message ) : void
Error ( string message, Exception e ) : void
Fatal ( string message ) : void
Fatal ( string message, Exception e ) : void
GetLogger ( Type type ) : LogAdapter
GetLogger ( string name ) : LogAdapter
Info ( string message ) : void
Info ( string message, Exception e ) : void
Warn ( string message ) : void
Warn ( string message, Exception e ) : void

Private Methods

Méthode Description
LogAdapter ( Type type ) : System
LogAdapter ( string name ) : System

Method Details

Debug() public méthode

public Debug ( string message ) : void
message string
Résultat void

Debug() public méthode

public Debug ( string message, Exception e ) : void
message string
e System.Exception
Résultat void

Error() public méthode

public Error ( string message ) : void
message string
Résultat void

Error() public méthode

public Error ( string message, Exception e ) : void
message string
e System.Exception
Résultat void

Fatal() public méthode

public Fatal ( string message ) : void
message string
Résultat void

Fatal() public méthode

public Fatal ( string message, Exception e ) : void
message string
e System.Exception
Résultat void

GetLogger() public static méthode

public static GetLogger ( Type type ) : LogAdapter
type System.Type
Résultat LogAdapter

GetLogger() public static méthode

public static GetLogger ( string name ) : LogAdapter
name string
Résultat LogAdapter

Info() public méthode

public Info ( string message ) : void
message string
Résultat void

Info() public méthode

public Info ( string message, Exception e ) : void
message string
e System.Exception
Résultat void

Warn() public méthode

public Warn ( string message ) : void
message string
Résultat void

Warn() public méthode

public Warn ( string message, Exception e ) : void
message string
e System.Exception
Résultat void