Package | Description |
---|---|
ch.qos.logback.core.pattern |
Contains the base classes used by PatternLayout.
|
ch.qos.logback.core.pattern.parser |
Modifier and Type | Method and Description |
---|---|
FormatInfo |
FormattingConverter.getFormattingInfo() |
static FormatInfo |
FormatInfo.valueOf(String str)
This method is used to parse a string such as "5", ".7", "5.7" or "-5.7" into
a FormatInfo.
|
Modifier and Type | Method and Description |
---|---|
void |
FormattingConverter.setFormattingInfo(FormatInfo formattingInfo) |
Modifier and Type | Method and Description |
---|---|
FormatInfo |
FormattingNode.getFormatInfo() |
Modifier and Type | Method and Description |
---|---|
void |
FormattingNode.setFormatInfo(FormatInfo formatInfo) |
Copyright © 2005–2015 QOS.ch. All rights reserved.