Метод | Описание | |
---|---|---|
FileLogger ( ) : System | ||
Flush ( ) : void |
Write out the contents of the log string to the file, flushing the contents of the in-memory string.
|
Метод | Описание | |
---|---|---|
_LogError ( string message ) : void | ||
_LogImportant ( string message ) : void | ||
_LogInfo ( string message ) : void |
Метод | Описание | |
---|---|---|
IncrementLinesAndCheckFlush ( ) : void |
protected _LogError ( string message ) : void | ||
message | string | |
Результат | void |
protected _LogImportant ( string message ) : void | ||
message | string | |
Результат | void |
protected _LogInfo ( string message ) : void | ||
message | string | |
Результат | void |