
Public Member Functions | |
| LogFrame (File filterFile, String logFileName, LogTypeHelper discardLevel, boolean doNotConnect, boolean unlimited) | |
| void | windowActivated (java.awt.event.WindowEvent e) |
| void | windowOpened (java.awt.event.WindowEvent e) |
| void | windowClosed (java.awt.event.WindowEvent e) |
| void | windowDeactivated (java.awt.event.WindowEvent e) |
| void | windowDeiconified (java.awt.event.WindowEvent e) |
| void | windowIconified (java.awt.event.WindowEvent e) |
| void | windowClosing (java.awt.event.WindowEvent e) |
| void | closeApplication () |
Static Public Member Functions | |
| void | main (java.lang.String[] args) |
Private Member Functions | |
| void | initialize (LogTypeHelper discardLevel, boolean unlimited) |
| void | initShutdownHook () |
Static Private Member Functions | |
| void | printUsage (String errorMsg) |
Private Attributes | |
| volatile boolean | closing = false |
| LoggingClient | loggingClient |
| Logger | logger |
| ShutdownHook | shutdownHook |
|
||||||||||||||||||||||||
|
Constructor Creates the main window and setup the panel with the controls.
|
|
|
Close the application |
|
||||||||||||
|
Initialize the content of the frame
|
|
|
Init the shutdown hook that intercept CTRL+C events and cleanly terminates the application |
|
|
Starts the application.
If it is null then the user specified a file name in the command line If it is null then the user specified a filter file name in the command line
The initial discard level. If it not set in the command line, the logging client starts with the default discard level |
|
|
Print the standard usage message if the parameters in the command line are wrong.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8