Overload List
Name | Description | |
---|---|---|
![]() ![]() | SetFileLogging(FileLogOptions) |
Enable rolling log files with filename, limit (in bytes), file count, and append mode
|
![]() ![]() | SetFileLogging(LogLevel) |
Enable file logging to the default file (as-{process-id}.log)
|
![]() ![]() | SetFileLogging(String, LogLevel) |
Enable file logging to the specified fileName
|
![]() ![]() | SetFileLogging(DirectoryInfo, String, LogLevel) | Obsolete.
Enable file logging to the specified fileName under the specified log directory
|
![]() ![]() | SetFileLogging(String, String, LogLevel) | Obsolete.
Enable file logging to the specified fileName under the specified log directory
|