This class provides a function object that formats a log record as JSON text elements and renders them to an output stream.
Synopsis
Declared in <ball_recordjsonformatter.h>
class RecordJsonFormatter;
Description
The overloaded operator() provided by the class formats log record according to a message format specification supplied either by setJsonFormat or setSimplifiedFormat manipulator or the default format installed by the constructor) and outputs the result to the stream. While this functor type is designed to match the function signature expected by many concrete ball::Observer implementations that publish log records (for example, see ball::FileObserver2::setLogFileFunctor) it is advised to use the more flexible scheme‐based format selection provided now by every BDE‐made observer.
Type Aliases
Name |
Description |
|
|
This |
Enums
Name |
Description |
Enumerator to determine the syntax of the specification string. |
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this object. |
Assignment operators |
|
|
DEPRECATED: Use |
Return the message format specification of this record JSON formatter. |
|
Return the message format specification syntax of this record JSON formatter. See {`Record Format Specification`}. |
|
Return the allocator used by this object to supply memory. |
|
Format the specified |
|
Return the record separator of this record JSON formatter. |
|
DEPRECATED: Use |
|
Set this formatter's JSON message format specification to |
|
Set the record separator for this record JSON formatter to the specified |
|
Parse a simplified format specification and configure this formatter. |
|
Set the default time zone for timestamps without a timezone in the format. |
|
Get the time zone default setting. |
Static Member Functions
Name |
Description |
Configure a "json"‐scheme formatter and load it into |
|
Configure a "qjson"‐scheme formatter and load it into |
Non-Member Functions
Name |
Description |
Return |
|
Return |
Created with MrDocs