LiteCore
Couchbase Lite cross-platform core implementation
|
Configuration for file-based logging. More...
#include <c4Log.h>
Data Fields | |
C4LogLevel | log_level |
The minimum level of message to be logged. | |
FLString | base_path |
The path to the binary log file base name (other elements will be added) | |
int64_t | max_size_bytes |
The maximum size of each log file (minimum 1024) | |
int32_t | max_rotate_count |
The maximum amount of old log files to keep. | |
bool | use_plaintext |
Disables binary encoding of the logs (not recommended) | |
FLString | header |
Header text to print at the start of every log file. | |
Configuration for file-based logging.
FLString C4LogFileOptions::base_path |
The path to the binary log file base name (other elements will be added)
FLString C4LogFileOptions::header |
Header text to print at the start of every log file.
C4LogLevel C4LogFileOptions::log_level |
The minimum level of message to be logged.
int32_t C4LogFileOptions::max_rotate_count |
The maximum amount of old log files to keep.
int64_t C4LogFileOptions::max_size_bytes |
The maximum size of each log file (minimum 1024)
bool C4LogFileOptions::use_plaintext |
Disables binary encoding of the logs (not recommended)