C# Class MemcachedClientLibrary.LogAdapter

Mostra file Open project: noear/Weed3

Public Methods

Method 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

Method Description
LogAdapter ( Type type ) : System
LogAdapter ( string name ) : System

Method Details

Debug() public method

public Debug ( string message ) : void
message string
return void

Debug() public method

public Debug ( string message, Exception e ) : void
message string
e System.Exception
return void

Error() public method

public Error ( string message ) : void
message string
return void

Error() public method

public Error ( string message, Exception e ) : void
message string
e System.Exception
return void

Fatal() public method

public Fatal ( string message ) : void
message string
return void

Fatal() public method

public Fatal ( string message, Exception e ) : void
message string
e System.Exception
return void

GetLogger() public static method

public static GetLogger ( Type type ) : LogAdapter
type System.Type
return LogAdapter

GetLogger() public static method

public static GetLogger ( string name ) : LogAdapter
name string
return LogAdapter

Info() public method

public Info ( string message ) : void
message string
return void

Info() public method

public Info ( string message, Exception e ) : void
message string
e System.Exception
return void

Warn() public method

public Warn ( string message ) : void
message string
return void

Warn() public method

public Warn ( string message, Exception e ) : void
message string
e System.Exception
return void