Method | Description | |
---|---|---|
Debug ( String source, String message ) : void |
Outputs a DEBUG log.
|
|
Error ( String source, String message ) : void |
Outputs an ERROR log.
|
|
Info ( String source, String message ) : void |
Outputs an INFO log.
|
|
Warn ( String source, String message ) : void |
Outputs a WARNING log.
|
Method | Description | |
---|---|---|
IsDebugEnabled ( ) : bool | ||
IsErrorEnabled ( ) : bool | ||
IsInfoEnabled ( ) : bool | ||
IsWarningEnabled ( ) : bool | ||
LogDebugMessage ( String source, String message ) : void | ||
LogErrorMessage ( String source, String message ) : void | ||
LogInfoMessage ( String source, String message ) : void | ||
LogWarningMessage ( String source, String message ) : void |
public static Debug ( String source, String message ) : void | ||
source | String | The source. |
message | String | The message. |
return | void |
public static Error ( String source, String message ) : void | ||
source | String | The source. |
message | String | The message. |
return | void |
public static Info ( String source, String message ) : void | ||
source | String | The source. |
message | String | The message. |
return | void |
public static Warn ( String source, String message ) : void | ||
source | String | The source. |
message | String | The message. |
return | void |