Liking cljdoc? Tell your friends :D

com.kroo.typeset.logback.JsonLayout

Simple JSON layout component for Logback Classic, with Clojure and SLF4J 2+ key value attribute support.

Simple JSON layout component for Logback Classic, with Clojure and SLF4J 2+
key value attribute support.
raw docstring

-doLayoutclj

(-doLayout this event)

The core method on a Logback layout component. This method takes a logging event and returns that log formatted as a JSON string.

The core method on a Logback layout component.  This method takes a logging
event and returns that log formatted as a JSON string.
sourceraw docstring

-getContentTypeclj

(-getContentType _this)
source

-initclj

(-init)

Method invoked during object initialisation. Sets the default value for the "state" field.

Method invoked during object initialisation.  Sets the default value for the
"state" field.
sourceraw docstring

-setAppendLineSeparatorclj

(-setAppendLineSeparator this__2039__auto__ value__2040__auto__)
source

-setEscapeNonAsciiCharactersclj

(-setEscapeNonAsciiCharacters this__2032__auto__ value__2033__auto__)
source

-setFlattenMdcclj

(-setFlattenMdc this__2039__auto__ value__2040__auto__)
source

-setIncludeExceptionclj

(-setIncludeException this__2039__auto__ value__2040__auto__)
source

-setIncludeExDataclj

(-setIncludeExData this__2039__auto__ value__2040__auto__)
source

-setIncludeLevelValueclj

(-setIncludeLevelValue this__2039__auto__ value__2040__auto__)
source

-setIncludeLoggerContextclj

(-setIncludeLoggerContext this__2039__auto__ value__2040__auto__)
source

-setIncludeMarkersclj

(-setIncludeMarkers this__2039__auto__ value__2040__auto__)
source

-setIncludeMdcclj

(-setIncludeMdc this__2039__auto__ value__2040__auto__)
source

-setJacksonModulesclj

(-setJacksonModules this modules)
source

-setPrettyPrintclj

(-setPrettyPrint this__2032__auto__ value__2033__auto__)
source

-setRemoveEmptyKeyValuePairsclj

(-setRemoveEmptyKeyValuePairs this__2032__auto__ value__2033__auto__)
source

-setRemoveNullKeyValuePairsclj

(-setRemoveNullKeyValuePairs this__2032__auto__ value__2033__auto__)
source

-setSortKeysLexicographicallyclj

(-setSortKeysLexicographically this__2032__auto__ value__2033__auto__)
source

-setTimestampFormatclj

(-setTimestampFormat this__2032__auto__ value__2033__auto__)
source

-startclj

(-start this)
source

-stopclj

(-stop this)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close