Package com.codingchili.core.logging
Interface LogLevel
- All Known Implementing Classes:
Level
public interface LogLevel
This interface allows for custom defined logging levels.
-
Field Summary
-
Method Summary
-
Field Details
-
registered
-
-
Method Details
-
register
-
getName
String getName()- Returns:
- the name of the logging level.
-
apply
org.fusesource.jansi.Ansi apply(org.fusesource.jansi.Ansi ansi)- Parameters:
ansi
- the ansi instance to apply styling to, seeAnsi.fg(Ansi.Color)
orAnsi.fgBright(Ansi.Color)
.- Returns:
- ansi instance with color updated.
-