Method | Description | |
---|---|---|
Flush ( ) : void | ||
GetLastLogs ( ) : string | ||
SyncFileTarget ( IFormatter formatter, string logFilePath, bool autoFlush = false ) : System | ||
SyncFileTarget ( string logFilePath ) : System | ||
Write ( string content ) : void |
Method | Description | |
---|---|---|
ReadFileContentsSafe ( |
public SyncFileTarget ( IFormatter formatter, string logFilePath, bool autoFlush = false ) : System | ||
formatter | IFormatter | |
logFilePath | string | |
autoFlush | bool | |
return | System |
public SyncFileTarget ( string logFilePath ) : System | ||
logFilePath | string | |
return | System |