Method | Description | |
---|---|---|
Create ( ) : ILogger | ||
Debug ( object message ) : void | ||
Debug ( object message, |
||
DebugFormat ( string format ) : void | ||
Error ( object message ) : void | ||
Error ( object message, Exception t ) : void | ||
ErrorFormat ( string format ) : void | ||
Fatal ( object message ) : void | ||
Fatal ( object message, Exception t ) : void | ||
FatalFormat ( string format ) : void | ||
Info ( object message ) : void | ||
Info ( object message, Exception t ) : void | ||
InfoFormat ( string format ) : void | ||
Verbose ( object message ) : void | ||
Verbose ( object message, Exception t ) : void | ||
VerboseFormat ( string format ) : void | ||
Warn ( object message ) : void | ||
Warn ( object message, Exception t ) : void | ||
WarnFormat ( string format ) : void |
Method | Description | |
---|---|---|
NullLogger ( ) : System |
public Debug ( object message, |
||
message | object | |
t | ||
return | void |
public Error ( object message, Exception t ) : void | ||
message | object | |
t | Exception | |
return | void |
public Fatal ( object message, Exception t ) : void | ||
message | object | |
t | Exception | |
return | void |
public Info ( object message, Exception t ) : void | ||
message | object | |
t | Exception | |
return | void |
public Verbose ( object message, Exception t ) : void | ||
message | object | |
t | Exception | |
return | void |
public VerboseFormat ( string format ) : void | ||
format | string | |
return | void |
public Warn ( object message, Exception t ) : void | ||
message | object | |
t | Exception | |
return | void |