Package ch.qos.logback.core.pattern
Class LiteralConverter<E>
- java.lang.Object
-
- ch.qos.logback.core.pattern.Converter<E>
-
- ch.qos.logback.core.pattern.LiteralConverter<E>
-
@Deprecated(since="2022-01-27") public final class LiteralConverter<E> extends Converter<E>
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description LiteralConverter(java.lang.String literal)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
convert(E o)
Deprecated.The convert method is responsible for extracting data from the event and storing it for later use by the write method.
-