- java.lang.Object
-
- ch.qos.logback.core.pattern.Converter<E>
-
- ch.qos.logback.core.pattern.LiteralConverter<E>
-
public final class LiteralConverter<E> extends Converter<E>
-
-
Constructor Summary
Constructors Constructor Description LiteralConverter(String literal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringconvert(E o)The convert method is responsible for extracting data from the event and returning a formatted string representation.
-