Method | Description | |
---|---|---|
Debug ( string format ) : void | ||
Error ( |
||
Error ( string format ) : void | ||
Info ( string format ) : void | ||
IsEnabled ( LogLevel logLevel ) : bool | ||
Log ( LogLevel logLevel, string format ) : void | ||
Warning ( |
||
Warning ( string format ) : void |
Method | Description | |
---|---|---|
DebugInternal ( Debug message ) : void | ||
ErrorInternal ( Error message ) : void | ||
InfoInternal ( |
||
LoggingAdapter ( string logSource ) : System |
All LogLevels are enabled by default.
|
|
WarningInternal ( |
protected abstract DebugInternal ( Debug message ) : void | ||
message | Debug | |
return | void |
public Error ( |
||
cause | ||
format | string | |
return | void |
protected abstract ErrorInternal ( Error message ) : void | ||
message | Error | |
return | void |
protected abstract InfoInternal ( |
||
message | ||
return | void |
public IsEnabled ( LogLevel logLevel ) : bool | ||
logLevel | LogLevel | |
return | bool |
public Log ( LogLevel logLevel, string format ) : void | ||
logLevel | LogLevel | |
format | string | |
return | void |
protected LoggingAdapter ( string logSource ) : System | ||
logSource | string | |
return | System |
public Warning ( |
||
cause | ||
format | string | |
return | void |
protected abstract WarningInternal ( |
||
message | ||
return | void |