Method | Description | |
---|---|---|
Disable ( ) : bool | ||
E ( string content ) : void | ||
Enable ( Category logLevel ) : bool | ||
I ( string content ) : void | ||
Initialize ( string newLogPath, string oldLogPath ) : bool | ||
Terminate ( ) : bool | ||
V ( string content ) : void | ||
W ( string content ) : void |
Method | Description | |
---|---|---|
AddToLog ( char category, string content ) : void | ||
SwitchLogFile ( ) : void |
public static Enable ( Category logLevel ) : bool | ||
logLevel | Category | |
return | bool |
public static Initialize ( string newLogPath, string oldLogPath ) : bool | ||
newLogPath | string | |
oldLogPath | string | |
return | bool |