|
BDE 4.39.x Production Release
|
#include <ball_recordformatteroptions.h>
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.
Public Member Functions | |
| RecordFormatterOptions () | |
| RecordFormatterOptions (RecordFormatterTimezone::Enum timezoneDefault) | |
| void | setTimezoneDefault (RecordFormatterTimezone::Enum timezoneDefault) |
| RecordFormatterTimezone::Enum | timezoneDefault () const |
|
inline |
Create a default RecordFormatterOptions object with e_UTC as its timezoneDefault setting.
|
inlineexplicit |
Create a RecordFormatterOptions object with the specified timezoneDefault setting.
|
inline |
Set the timezone default value attribute of this object to the specified timezoneDefault.
|
inline |
Return a non-modifiable reference to the timezone default attribute of this object.