
Public Member Functions | |
| LogManagerGui () | |
| void | setFilter (String string) |
| Override void | setVisible (boolean b) |
| void | populateModel () |
| void | populateModel (String[] nameFilter) |
Static Public Member Functions | |
| JFrame | openFrame (final LogManagerGui inst) |
Protected Member Functions | |
| void | message (String msg) |
Package Functions | |
| Color | colorFromLevel (Level x) |
| void | editLogger (final Logger x) |
| void | quickEditLogger (Point p, final Logger x) |
| Level | decodeLevel (Object level) |
| void | doSetLevel (Logger x, Level toSet) |
| Level | activeLevel (Logger x) |
| Level | effectiveLevel (Logger x) |
Static Package Functions | |
| [static initializer] | |
Package Attributes | |
| TreeM | model |
| JTree | tree |
| LoggerEditor | editor |
| QuickLoggerEditor | quickEditor |
| JSplitPane | splitpane |
| Controls | controls |
Static Package Attributes | |
| final Color | BG_NORMAL = Color.white |
| final Color | BG_SELECT = Color.lightGray |
| final HashMap< Level, Color > | level2color = new HashMap<Level Color>() |
| final Vector< Level > | LEVELS |
Private Member Functions | |
| boolean | passesThroughFilter (String[] nameFilter, String name) |
For a logger L there are:
|
|
|
|
|
|
|
|
|
|
|
----------------- Internal --------------------- /// |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
------------------- API ------------------------ /// |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: ---------------- Inner Types ------------------- /// |
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8