FileOutput¶
Provides an implementation of ILogOutput that writes log messages to a file.
Fields:¶
Boolean AcceptColor¶
- Gets a value indicating whether this log output accepts color codes. Always returns
false
.
Methods:¶
Void Write(Loglevels, String)¶
- Writes a log message to the file.
Void Flush()¶
- Flushes any buffered log messages to the file.
Void Dispose()¶
- Releases any resources used by the FileOutput instance.