| Package | Description |
|---|---|
| ch.qos.logback.core.html |
Contains the base classes needed to format logging events to HTML.
|
| ch.qos.logback.core.pattern |
Contains the base classes used by PatternLayout.
|
| ch.qos.logback.core.pattern.color | |
| ch.qos.logback.core.pattern.parser | |
| ch.qos.logback.core.rolling.helper |
Internal helper classes used by
ch.qos.logback.core.rolling package. |
| Modifier and Type | Field and Description |
|---|---|
protected Converter<E> |
HTMLLayoutBase.head |
| Modifier and Type | Method and Description |
|---|---|
protected String |
HTMLLayoutBase.computeConverterName(Converter<E> c) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeConverter<E> |
class |
DynamicConverter<E> |
class |
FormattingConverter<E> |
class |
IdentityCompositeConverter<E> |
class |
LiteralConverter<E> |
class |
ReplacingCompositeConverter<E> |
| Modifier and Type | Method and Description |
|---|---|
static <E> Converter<E> |
ConverterUtil.findTail(Converter<E> head) |
Converter<E> |
CompositeConverter.getChildConverter() |
Converter<E> |
Converter.getNext() |
| Modifier and Type | Method and Description |
|---|---|
static <E> Converter<E> |
ConverterUtil.findTail(Converter<E> head) |
void |
PostCompileProcessor.process(Context context,
Converter<E> head)
Post compile processing of the converter chain.
|
void |
CompositeConverter.setChildConverter(Converter<E> child) |
static <E> void |
ConverterUtil.setContextForConverters(Context context,
Converter<E> head) |
protected void |
PatternLayoutBase.setContextForConverters(Converter<E> head)
Deprecated.
Use
ConverterUtil.setContextForConverters(ch.qos.logback.core.Context, ch.qos.logback.core.pattern.Converter<E>) instead. This method will
be removed in future releases. |
void |
Converter.setNext(Converter<E> next) |
static <E> void |
ConverterUtil.startConverters(Converter<E> head)
Start converters in the chain of converters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlackCompositeConverter<E>
Encloses a given set of converter output in black using the appropriate ANSI escape codes.
|
class |
BlueCompositeConverter<E>
Encloses a given set of converter output in blue using the appropriate ANSI escape codes.
|
class |
BoldBlueCompositeConverter<E>
Encloses a given set of converter output in bold blue using the appropriate ANSI escape codes.
|
class |
BoldCyanCompositeConverter<E>
Encloses a given set of converter output in bold cyan using the appropriate ANSI escape codes.
|
class |
BoldGreenCompositeConverter<E>
Encloses a given set of converter output in bold green using the appropriate ANSI escape codes.
|
class |
BoldMagentaCompositeConverter<E>
Encloses a given set of converter output in bold magenta using the appropriate ANSI escape codes.
|
class |
BoldRedCompositeConverter<E>
Encloses a given set of converter output in bold red using the appropriate ANSI escape codes.
|
class |
BoldWhiteCompositeConverter<E>
Encloses a given set of converter output in bold white using the appropriate ANSI escape codes.
|
class |
BoldYellowCompositeConverter<E>
Encloses a given set of converter output in bold yellow using the appropriate ANSI escape codes.
|
class |
CyanCompositeConverter<E>
Encloses a given set of converter output in cyan using the appropriate ANSI escape codes.
|
class |
ForegroundCompositeConverterBase<E>
Base class for all foreground color setting composite converters.
|
class |
GrayCompositeConverter<E>
Encloses a given set of converter output in gray using the appropriate ANSI
escape codes.
|
class |
GreenCompositeConverter<E>
Encloses a given set of converter output in green using the appropriate ANSI escape codes.
|
class |
MagentaCompositeConverter<E>
Encloses a given set of converter output in magenta using the appropriate ANSI escape codes.
|
class |
RedCompositeConverter<E>
Encloses a given set of converter output in red using the appropriate ANSI escape codes.
|
class |
WhiteCompositeConverter<E>
Encloses a given set of converter output in white using the appropriate ANSI escape codes.
|
class |
YellowCompositeConverter<E>
Encloses a given set of converter output in yellow using the appropriate ANSI escape codes.
|
| Modifier and Type | Method and Description |
|---|---|
Converter<E> |
Parser.compile(Node top,
Map<String,String> converterMap)
When the parsing step is done, the Node list can be transformed into a
converter chain.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DateTokenConverter<E>
Returns a date formatted by SimpleDateFormatter.
|
class |
IntegerTokenConverter
When asked to convert an integer,
IntegerTokenConverter the
string value of that integer. |
Copyright © 2005–2018 QOS.ch. All rights reserved.