LogFileConfiguration#
Fully qualified name: carb::logging::LogFileConfiguration
Defined in carb/logging/LoggingTypes.h
- 
struct LogFileConfiguration#
 Describes the configuration for logging to a file for setFileConfiguration.
Note
Do not rearrange below members as it disrupts ABI compatibility . Add members at the bottom.
Public Members
- 
size_t size = {sizeof(LogFileConfiguration)}#
 Size of the struct used for versioning. Adding members to this struct will change the size and therefore act as a version for the struct.
- 
bool append = {false}#
 Indicates whether opening the file should append to it. If false, file is overwritten.
Note
Setting (boolean): “/log/fileAppend”
Note
Default = false
- 
size_t size = {sizeof(LogFileConfiguration)}#