Uses of Class
ca.corbett.extras.logging.LogConsoleStyle
Packages that use LogConsoleStyle
Package
Description
Contains the LogConsole and associated classes - useful for showing log information
for your Swing application at runtime.
-
Uses of LogConsoleStyle in ca.corbett.extras.logging
Methods in ca.corbett.extras.logging that return LogConsoleStyleModifier and TypeMethodDescriptionLogConsoleTheme.getMatchingStyle(String logMsg, Level logLevel) Returns the appropriate LogConsoleStyle within this theme for the given log message and log level.Returns the LogConsoleStyle of the given name, if it exists.Methods in ca.corbett.extras.logging with parameters of type LogConsoleStyleModifier and TypeMethodDescriptionLogConsoleTheme.getStyleName(LogConsoleStyle style) Returns the name of the given style, if it exists within this theme.voidLogConsoleTheme.setStyle(String name, LogConsoleStyle style) Sets or replaces the style with the given name.