| Package | Description |
|---|---|
| ch.qos.logback.access |
This is logback access' main package.
|
| ch.qos.logback.core.net |
Contains the base classes used by logback to log to remote
destinations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PatternLayout
This class is a module-specific implementation of
PatternLayout to allow http-specific patterns
to be used. |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<PatternLayoutBase<E>> |
SMTPAppenderBase.toPatternLayoutList |
| Modifier and Type | Method and Description |
|---|---|
protected abstract PatternLayoutBase<E> |
SMTPAppenderBase.makeNewToPatternLayout(java.lang.String toPattern) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PatternLayoutBase<E>> |
SMTPAppenderBase.getToList()
Returns value of the toList option.
|