BloombergLP::ball::RecordFormatterOptions

This class provides a value-semantic type for representing options used to configure log record formatters.

Synopsis

Declared in <ball_recordformatteroptions.h>

class RecordFormatterOptions;

Description

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.

Member Functions

NameDescription
RecordFormatterOptions [constructor]Constructors
setTimezoneDefault Set the timezone default value attribute of this object to the specified timezoneDefault.
timezoneDefault Return a non-modifiable reference to the timezone default attribute of this object.

Non-Member Functions

NameDescription
operator!=Return true if the specified lhs and rhs objects do not have the same value, and false otherwise.
operator==Return true if the specified lhs and rhs objects have the same value, and false otherwise.