Class LoggerMarker


  • public final class LoggerMarker
    extends Object
    A Marker class that contains markers that can influence the behavior of the Logger.
    • Field Detail

      • EOL_TO_SPACE

        public static final String EOL_TO_SPACE
        A constant that when supplied to MDC can control the formatting of messages
        See Also:
        Constant Field Values
      • EOL_TO_CRLF

        public static final String EOL_TO_CRLF
        A constant that when supplied to MDC can control the formatting of messages
        See Also:
        Constant Field Values
      • EOL_TO_CR

        public static final String EOL_TO_CR
        A constant that when supplied to MDC can control the formatting of messages
        See Also:
        Constant Field Values
      • EOL_TO_LF

        public static final String EOL_TO_LF
        A constant that when supplied to MDC can control the formatting of messages
        See Also:
        Constant Field Values
      • CONDENSE_WHITESPACE

        public static final String CONDENSE_WHITESPACE
        A constant that when supplied to MDC can condense whitespace in messages
        See Also:
        Constant Field Values