Module logstash.logback.encoder
Package net.logstash.logback.composite.loggingevent.mdc
package net.logstash.logback.composite.loggingevent.mdc
-
ClassDescriptionWrites boolean values (instead of String values) for any MDC values that equal "true" or "false", ignoring case.Writes double values (instead of String values) for any MDC values that can be parsed as a double, except NaN and positive/negative Infinity.Writes long values (instead of String values) for any MDC values that can be parsed as a long (radix 10).Writes an entry from the
MDCto theJsonGenerator.Writes MDC entries by delegating to other instances ofMdcEntryWriterif MDC key matches the given include and exclude pattern.