Uses of Class
ch.qos.logback.core.pattern.FormatInfo
-
Packages that use FormatInfo Package Description ch.qos.logback.core.pattern Contains the base classes used by PatternLayout.ch.qos.logback.core.pattern.parser -
-
Uses of FormatInfo in ch.qos.logback.core.pattern
Fields in ch.qos.logback.core.pattern declared as FormatInfo Modifier and Type Field Description (package private) FormatInfoFormattingConverter. formattingInfoMethods in ch.qos.logback.core.pattern that return FormatInfo Modifier and Type Method Description FormatInfoFormattingConverter. getFormattingInfo()static FormatInfoFormatInfo. valueOf(java.lang.String str)This method is used to parse a string such as "5", ".7", "5.7" or "-5.7" into a FormatInfo.Methods in ch.qos.logback.core.pattern with parameters of type FormatInfo Modifier and Type Method Description voidFormattingConverter. setFormattingInfo(FormatInfo formattingInfo) -
Uses of FormatInfo in ch.qos.logback.core.pattern.parser
Fields in ch.qos.logback.core.pattern.parser declared as FormatInfo Modifier and Type Field Description (package private) FormatInfoFormattingNode. formatInfoMethods in ch.qos.logback.core.pattern.parser that return FormatInfo Modifier and Type Method Description FormatInfoFormattingNode. getFormatInfo()Methods in ch.qos.logback.core.pattern.parser with parameters of type FormatInfo Modifier and Type Method Description voidFormattingNode. setFormatInfo(FormatInfo formatInfo)
-