#include <OnixS/CME/ConflatedUDP/FileLogger.h>
Definition at line 32 of file FileLogger.h.
Initializes parameters with default values.
Definition at line 43 of file FileLogger.h.
const std::string& filename |
( |
| ) |
const |
|
inline |
Log file name.
Ignored if logging is disabled.
Definition at line 59 of file FileLogger.h.
void filename |
( |
const std::string & |
value | ) |
|
|
inline |
Updates log file name.
Ignored if logging is disabled.
Definition at line 67 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 78 of file FileLogger.h.
void fileSizeLimit |
( |
UInt64 |
value | ) |
|
|
inline |
Sets logFileSizeLimit.
- See also
- logFileSizeLimit.
Definition at line 84 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 93 of file FileLogger.h.
Specifies whether logger should output its events and which of events should be put into the log.
Definition at line 100 of file FileLogger.h.
Watch service used by logger while assigning timestamps to log entries.
Definition at line 107 of file FileLogger.h.
Watch service used by logger while assigning timestamps to log entries.
Definition at line 114 of file FileLogger.h.
The documentation for this class was generated from the following file: