Method | Description | |
---|---|---|
CustomLogger ( ) : System | ||
Debug ( string message ) : void | ||
Debug ( string message, |
||
DebugFormat ( string format ) : void | ||
Error ( string message ) : void | ||
Error ( string message, |
||
ErrorFormat ( string format ) : void | ||
Fatal ( string message ) : void | ||
Fatal ( string message, |
||
Info ( string message ) : void | ||
Info ( string message, |
||
InfoFormat ( string format ) : void | ||
Warn ( string message ) : void | ||
Warn ( string message, |
||
WarnFormat ( string format ) : void |
Method | Description | |
---|---|---|
InitializeLogger ( string logLevelSettingName, string fileName ) : void |
public Debug ( string message, |
||
message | string | |
exception | ||
return | void |
public Error ( string message, |
||
message | string | |
exception | ||
return | void |
public Fatal ( string message, |
||
message | string | |
exception | ||
return | void |
public Info ( string message, |
||
message | string | |
exception | ||
return | void |
protected static InitializeLogger ( string logLevelSettingName, string fileName ) : void | ||
logLevelSettingName | string | |
fileName | string | |
return | void |
public Warn ( string message, |
||
message | string | |
exception | ||
return | void |