Uses of Class
ca.corbett.extras.logging.LogConsoleTheme
Packages that use LogConsoleTheme
Package
Description
Contains the LogConsole and associated classes - useful for showing log information
for your Swing application at runtime.
-
Uses of LogConsoleTheme in ca.corbett.extras.logging
Methods in ca.corbett.extras.logging that return LogConsoleThemeModifier and TypeMethodDescriptionstatic LogConsoleThemeLogConsoleTheme.createDefaultStyledTheme()Creates and returns a LogConsoleTheme with some basic log matchers.static LogConsoleThemeLogConsoleTheme.createMatrixStyledTheme()Creates and returns a "matrix"-style LogConsoleTheme, with a black background and green text.static LogConsoleThemeLogConsoleTheme.createPaperStyledTheme()Creates and returns a "paper" style LogConsoleTheme, with mostly black text on a grey background.static LogConsoleThemeLogConsoleTheme.createPlainTheme()Creates and returns a plain theme with black text and no matchers.Methods in ca.corbett.extras.logging with parameters of type LogConsoleThemeModifier and TypeMethodDescriptionvoidLogConsole.registerTheme(String name, LogConsoleTheme theme) Registers the given LogConsoleTheme for use with this LogConsole and then immediately switches to it.voidLogConsole.registerTheme(String name, LogConsoleTheme theme, boolean switchToImmediately) Registers the given LogConsoleTheme, and then optionally switches to it.