FileLogger Constructor | ![]() |
Name | Description | |
---|---|---|
![]() | FileLogger(String) |
Creates a FileLogger with a specific filename.
|
![]() | FileLogger(String, Boolean) |
Creates a FileLogger with a specific filename and an indicator whether the log file is verbose or not.
|
![]() | FileLogger(String, Single, Single) |
Creates a FileLogger with a specific filename and a new and old size threshold.
|
![]() | FileLogger(String, Single, Single, Boolean) |
Creates a FileLogger with a specific filename, a new and old size threshold and an indicator whether the
log file is verbose or not.
|