Package ch.qos.logback.classic.pattern
Class ContextNameConverter
java.lang.Object
ch.qos.logback.core.pattern.Converter<ILoggingEvent>
ch.qos.logback.core.pattern.FormattingConverter<ILoggingEvent>
ch.qos.logback.core.pattern.DynamicConverter<ILoggingEvent>
ch.qos.logback.classic.pattern.ClassicConverter
ch.qos.logback.classic.pattern.ContextNameConverter
- All Implemented Interfaces:
ContextAware
,LifeCycle
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Converts an event to the logger context's name.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvert
(ILoggingEvent event) Deprecated.Return the name of the logger context's name.Methods inherited from class ch.qos.logback.core.pattern.DynamicConverter
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getFirstOption, isStarted, setContext, setOptionList, start, stop
Methods inherited from class ch.qos.logback.core.pattern.FormattingConverter
getFormattingInfo, setFormattingInfo, write
-
Constructor Details
-
ContextNameConverter
public ContextNameConverter()Deprecated.
-
-
Method Details
-
convert
Deprecated.Return the name of the logger context's name.- Specified by:
convert
in classConverter<ILoggingEvent>
- Parameters:
event
-
-