Apache log4cxx
Version 0.11.0
|
This layout outputs events in a JSON dictionary. More...
Public Member Functions | |
JSONLayout () | |
void | setLocationInfo (bool locationInfoFlag) |
The LocationInfo option takes a boolean value. More... | |
bool | getLocationInfo () const |
Returns the current value of the LocationInfo option. More... | |
void | setPrettyPrint (bool prettyPrintFlag) |
The PrettyPrint option takes a boolean value. More... | |
bool | getPrettyPrint () const |
Returns the current value of the PrettyPrint option. More... | |
virtual LogString | getContentType () const |
Returns the content type output by this layout, i.e "application/json". More... | |
virtual void | activateOptions (log4cxx::helpers::Pool &) |
No options to activate. More... | |
virtual void | setOption (const LogString &option, const LogString &value) |
Set options. More... | |
virtual void | format (LogString &output, const spi::LoggingEventPtr &event, log4cxx::helpers::Pool &pool) const |
Implement this method to create your own layout format. More... | |
virtual bool | ignoresThrowable () const |
The JSON layout handles the throwable contained in logging events. More... | |
![]() | |
virtual | ~Layout () |
void | addRef () const |
void | releaseRef () const |
virtual void | appendHeader (LogString &output, log4cxx::helpers::Pool &p) |
Append the header for the layout format. More... | |
virtual void | appendFooter (LogString &output, log4cxx::helpers::Pool &p) |
Append the footer for the layout format. More... | |
![]() | |
virtual | ~OptionHandler () |
![]() | |
virtual const helpers::Class & | getClass () const |
virtual | ~Object () |
virtual bool | instanceof (const Class &clazz) const =0 |
virtual const void * | cast (const Class &clazz) const =0 |
![]() | |
ObjectImpl () | |
virtual | ~ObjectImpl () |
Protected Member Functions | |
void | appendQuotedEscapedString (LogString &buf, const LogString &input) const |
void | appendSerializedMDC (LogString &buf, const spi::LoggingEventPtr &event) const |
void | appendSerializedNDC (LogString &buf, const spi::LoggingEventPtr &event) const |
void | appendSerializedLocationInfo (LogString &buf, const spi::LoggingEventPtr &event, log4cxx::helpers::Pool &p) const |
Protected Attributes | |
LogString | ppIndentL1 |
LogString | ppIndentL2 |
![]() | |
unsigned int volatile | ref |
Additional Inherited Members | |
![]() | |
static const helpers::Class & | getStaticClass () |
static const log4cxx::helpers::ClassRegistration & | registerClass () |
This layout outputs events in a JSON dictionary.
JSONLayout | ( | ) |
|
inlinevirtual |
No options to activate.
Implements OptionHandler.
|
protected |
|
protected |
|
protected |
|
virtual |
Implement this method to create your own layout format.
Implements Layout.
|
inlinevirtual |
Returns the content type output by this layout, i.e "application/json".
Reimplemented from Layout.
|
inline |
Returns the current value of the LocationInfo option.
|
inline |
Returns the current value of the PrettyPrint option.
|
inlinevirtual |
The JSON layout handles the throwable contained in logging events.
Hence, this method return false
.
Implements Layout.
|
inline |
The LocationInfo option takes a boolean value.
By default, it is set to false which means there will be no location information output by this layout. If the the option is set to true, then the file name and line number of the statement at the origin of the log statement will be output.
Set options.
Implements OptionHandler.
|
inline |
The PrettyPrint option takes a boolean value.
By default, it is set to false which means output by this layout will be one line per log event. If the option is set to true, then then each log event will produce multiple lines, each indented for readability.
|
protected |
|
protected |