Method | Description | |
---|---|---|
Close ( ) : void | ||
Debug ( string message ) : void | ||
Debug ( string message, |
||
DebugFormat ( string message ) : void | ||
Error ( string message ) : void | ||
Error ( string message, |
||
ErrorFormat ( string message ) : void | ||
Fatal ( string message ) : void | ||
Fatal ( string message, |
||
FatalFormat ( string message ) : void | ||
Flush ( ) : void | ||
GetLogger ( |
||
Info ( string message ) : void | ||
Info ( string message, |
||
InfoFormat ( string message ) : void | ||
InitializeLogging ( LogLevels level, string filePath, bool forAppend ) : void | ||
Warn ( string message ) : void | ||
Warn ( string message, |
||
WarnFormat ( string message ) : void |
Method | Description | |
---|---|---|
Log ( ) : System | ||
Log ( |
||
LogData ( string message ) : void | ||
LogData ( string message, LogLevels level, |
||
WriteProcessing ( ) : 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 static GetLogger ( |
||
classLogger | ||
return | Log |
public Info ( string message, |
||
message | string | |
exception | ||
return | void |
public static InitializeLogging ( LogLevels level, string filePath, bool forAppend ) : void | ||
level | LogLevels | |
filePath | string | |
forAppend | bool | |
return | void |
public Warn ( string message, |
||
message | string | |
exception | ||
return | void |