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.