org.grinvin.logging
Class Logging
java.lang.Object
org.grinvin.logging.Logging
public final class Logging
extends java.lang.Object
Installs the main log handler for the application.
static LoggingWindow | getLoggingWindow() - The main logging window of this application, or null
when the logging handler was not yet initialized.
|
static void | installHandler(String windowTitle) - Initializes the logging handler for this application
if this was not already done before.
|
getLoggingWindow
public static LoggingWindow getLoggingWindow()
The main logging window of this application, or null
when the logging handler was not yet initialized.
installHandler
public static void installHandler(String windowTitle)
Initializes the logging handler for this application
if this was not already done before.
windowTitle
- Title to be used for the logging window.