Method | Description | |
---|---|---|
FileLogger ( ) : System | ||
Flush ( ) : void |
Write out the contents of the log string to the file, flushing the contents of the in-memory string.
|
Method | Description | |
---|---|---|
_LogError ( string message ) : void | ||
_LogImportant ( string message ) : void | ||
_LogInfo ( string message ) : void |
Method | Description | |
---|---|---|
IncrementLinesAndCheckFlush ( ) : void |
protected _LogError ( string message ) : void | ||
message | string | |
return | void |
protected _LogImportant ( string message ) : void | ||
message | string | |
return | void |