Interface LogLevelFormat
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Format
Used as a marker interface for the Formatting of an extended LogLevel
-
Method Summary
Modifier and TypeMethodDescriptionGets the formatting string for the associated Log level
-
Method Details
-
getFormatString
String getFormatString()Gets the formatting string for the associated Log level- Returns:
- The Escape codes for the associated Log Level.
-