This class provides a value‐semantic type for representing options used to configure log record formatters. These options are supplemental to the format specification string and affect how certain fields in log records are rendered. Currently, the only supported option is timezoneDefault, which controls whether timestamps are displayed in UTC or local time.
Synopsis
Declared in <ball_recordformatteroptions.h>
class RecordFormatterOptions;
Member Functions
Name |
Description |
|
Constructors |
Set the timezone default value attribute of this object to the specified |
|
Return a non‐modifiable reference to the timezone default attribute of this object. |
Non-Member Functions
Name |
Description |
Return |
|
Return |
Created with MrDocs