
Public Member Functions | |
| LogLevelSelectorPanel (LoggingConfigurableOperations configurable, String name) throws LogLvlSelNotSupportedException | |
| void | actionPerformed (ActionEvent e) |
| boolean | userChangedLogLevels () |
Public Attributes | |
| LogTypeRenderer | editorLocal |
| LogTypeRenderer | editorGlobal |
Private Member Functions | |
| void | initialize (String name) throws LogLvlSelNotSupportedException |
| JComponent | initLogLevelsPanel () throws LogLvlSelNotSupportedException |
| LogLevelHelper[] | loggersLbl () throws Exception |
| void | applyChanges () |
| JPanel | initAllLoggersPanel () |
Private Attributes | |
| JButton | applyBtn = new JButton("Apply") |
| LoggingConfigurableOperations | logConf = null |
| LogLevelTable | table |
| LogLevelModel | model |
| JComboBox | allLocalCB |
| JComboBox | allGlobalCB |
| JCheckBox | defaultCB = new JCheckBox("",false) |
|
||||||||||||
|
Constructor
|
|
|
|
|
|
Apply the changes to the log levels, if any |
|
|
Setup the panel with the option for all the named loggers
|
|
|
Init the GUI
|
|
|
Initialize the log level panel (i.e. the table)
|
|
|
set the labels of the logger names
|
|
|
Check if the user changed one of the logger level
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8