- All Implemented Interfaces:
- ch.qos.logback.core.spi.ContextAware, ch.qos.logback.core.spi.LifeCycle
public class MaskingConverter
extends ch.qos.logback.core.pattern.ReplacingCompositeConverter<ch.qos.logback.classic.spi.ILoggingEvent>
This converter is used to output a masked version of the formatted message in
contexts where the logging of confidential information is undesirable.
It is not possible to replace the actual formatted message, instead this
converter returns a masked version of the message that can be accessed using
the conversionWord specified in the conversionRule definition in logback.xml.
- Author:
- August Detlefsen [augustd@codemagi.com], Sytze van Koningsveld