#include <OnixS/CME/MDH/FileLogger.h>
Definition at line 32 of file FileLogger.h.
Initializes parameters with default values.
Definition at line 36 of file FileLogger.h.
const std::string& filename |
( |
| ) |
const |
|
inline |
Log file name.
Ignored if logging is disabled.
Definition at line 50 of file FileLogger.h.
void filename |
( |
const std::string & |
value | ) |
|
|
inline |
Updates log file name.
Ignored if logging is disabled.
Definition at line 58 of file FileLogger.h.
UInt64 fileSizeLimit |
( |
| ) |
const |
|
inline |
Log file size limit (in bytes).
Handler detaches logged data into separate file upon reaching given size limit.
- Note
- Default value is '2145386496'.
Definition at line 69 of file FileLogger.h.
void fileSizeLimit |
( |
UInt64 |
value | ) |
|
|
inline |
Sets logFileSizeLimit.
- See also
- logFileSizeLimit.
Definition at line 75 of file FileLogger.h.
Specifies whether the logger should output events and which of events should be put into the log.
- Note
- The default value is LogEntrySeverity::Regular.
Definition at line 84 of file FileLogger.h.
Specifies whether logger should output its events and which of events should be put into the log.
Definition at line 91 of file FileLogger.h.
Watch service used by logger while assigning timestamps to log entries.
Definition at line 98 of file FileLogger.h.
Watch service used by logger while assigning timestamps to log entries.
Definition at line 105 of file FileLogger.h.
The documentation for this class was generated from the following file: