| Package | Description |
|---|---|
| ch.qos.logback.core |
Contains the main classes of logback core.
|
| ch.qos.logback.core.encoder | |
| ch.qos.logback.core.html |
Contains the base classes needed to format logging events to HTML.
|
| ch.qos.logback.core.layout | |
| ch.qos.logback.core.net |
Contains the base classes used by logback to log to remote destinations.
|
| ch.qos.logback.core.pattern |
Contains the base classes used by PatternLayout.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LayoutBase<E>
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputStreamAppender.setLayout(Layout
|
| Modifier and Type | Field and Description |
|---|---|
protected Layout |
LayoutWrappingEncoder.layout
|
| Modifier and Type | Method and Description |
|---|---|
Layout |
LayoutWrappingEncoder.getLayout()
|
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutWrappingEncoder.setLayout(Layout
|
| Modifier and Type | Class and Description |
|---|---|
class |
HTMLLayoutBase<E>
This class is a base class for HTMLLayout classes part of other logback modules such as logback-classic and logback-access.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EchoLayout<E>
Echos the incoming object adding a line separator character(s) at the end.
|
| Modifier and Type | Field and Description |
|---|---|
protected Layout |
SMTPAppenderBase.layout
|
protected Layout |
SMTPAppenderBase.subjectLayout
|
| Modifier and Type | Method and Description |
|---|---|
abstract Layout |
SyslogAppenderBase.buildLayout()
|
Layout |
SMTPAppenderBase.getLayout()
|
Layout |
SyslogAppenderBase.getLayout()
|
protected abstract Layout |
SMTPAppenderBase.makeSubjectLayout(String
return a layout for the subject string as appropriate for the module.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SMTPAppenderBase.setLayout(Layout
|
void |
SyslogAppenderBase.setLayout(Layout
|
| Modifier and Type | Class and Description |
|---|---|
class |
PatternLayoutBase<E>
|
| Modifier and Type | Method and Description |
|---|---|
void |
PatternLayoutEncoderBase.setLayout(Layout
|