Package com.arms.util
Class HighlightingCompositeConverterCustom
java.lang.Object
ch.qos.logback.core.pattern.Converter<E>
ch.qos.logback.core.pattern.FormattingConverter<E>
ch.qos.logback.core.pattern.DynamicConverter<E>
ch.qos.logback.core.pattern.CompositeConverter<E>
ch.qos.logback.core.pattern.color.ForegroundCompositeConverterBase<ch.qos.logback.classic.spi.ILoggingEvent>
com.arms.util.HighlightingCompositeConverterCustom
- All Implemented Interfaces:
ch.qos.logback.core.spi.ContextAware,ch.qos.logback.core.spi.LifeCycle
public class HighlightingCompositeConverterCustom
extends ch.qos.logback.core.pattern.color.ForegroundCompositeConverterBase<ch.qos.logback.classic.spi.ILoggingEvent>
-
Field Summary
Fields inherited from class ch.qos.logback.core.pattern.DynamicConverter
started -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetForegroundColorCode(ch.qos.logback.classic.spi.ILoggingEvent event) Methods inherited from class ch.qos.logback.core.pattern.color.ForegroundCompositeConverterBase
transformMethods inherited from class ch.qos.logback.core.pattern.CompositeConverter
convert, getChildConverter, setChildConverter, toStringMethods inherited from class ch.qos.logback.core.pattern.DynamicConverter
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getFirstOption, getOptionList, isStarted, setContext, setOptionList, start, stopMethods inherited from class ch.qos.logback.core.pattern.FormattingConverter
getFormattingInfo, setFormattingInfo, writeMethods inherited from class ch.qos.logback.core.pattern.Converter
getNext, setNext
-
Constructor Details
-
HighlightingCompositeConverterCustom
public HighlightingCompositeConverterCustom()
-
-
Method Details
-
getForegroundColorCode
- Specified by:
getForegroundColorCodein classch.qos.logback.core.pattern.color.ForegroundCompositeConverterBase<ch.qos.logback.classic.spi.ILoggingEvent>
-