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 append-newline)
source

-setEscapeNonAsciiCharactersclj

(-setEscapeNonAsciiCharacters this escape-non-ascii?)
source

-setFlattenMdcclj

(-setFlattenMdc this flatten-mdc)
source

-setIncludeExceptionclj

(-setIncludeException this include-exception)
source

-setIncludeExDataclj

(-setIncludeExData this include-ex-data)
source

-setIncludeLevelValueclj

(-setIncludeLevelValue this include-level-val)
source

-setIncludeLoggerContextclj

(-setIncludeLoggerContext this include-logger-ctx)
source

-setIncludeMarkersclj

(-setIncludeMarkers this include-markers)
source

-setIncludeMdcclj

(-setIncludeMdc this include-mdc)
source

-setPrettyPrintclj

(-setPrettyPrint this pretty-print?)
source

-setRemoveNullKeyValuePairsclj

(-setRemoveNullKeyValuePairs this remove-nil-kvs?)
source

-setSortKeysLexicographicallyclj

(-setSortKeysLexicographically this sort-keys?)
source

-setTimestampFormatclj

(-setTimestampFormat this timestamp-format)
source

-startclj

(-start this)
source

-stopclj

(-stop this)
source

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

× close