Interface LogLevelFormat

All Superinterfaces:
Serializable
All Known Implementing Classes:
Format

public interface LogLevelFormat extends Serializable
Used as a marker interface for the Formatting of an extended LogLevel
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets 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.