#include <OnixS/CME/Streamlined/FileLogger.h>
Definition at line 31 of file FileLogger.h.
Initializes parameters with default values.
Definition at line 42 of file FileLogger.h.
const std::string& filename |
( |
| ) |
const |
|
inline |
Log file name.
Ignored if logging is disabled.
Definition at line 58 of file FileLogger.h.
void filename |
( |
const std::string & |
value | ) |
|
|
inline |
Updates log file name.
Ignored if logging is disabled.
Definition at line 66 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 77 of file FileLogger.h.
void fileSizeLimit |
( |
UInt64 |
value | ) |
|
|
inline |
Sets logFileSizeLimit.
- See also
- logFileSizeLimit.
Definition at line 83 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 92 of file FileLogger.h.
Specifies whether logger should output its events and which of events should be put into the log.
Definition at line 99 of file FileLogger.h.
Watch service used by logger while assigning timestamps to log entries.
Definition at line 106 of file FileLogger.h.
Watch service used by logger while assigning timestamps to log entries.
Definition at line 113 of file FileLogger.h.
The documentation for this class was generated from the following file: