|
qflib 0.99 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
de.qfs.lib.log.LogLevelEvent
LogLevelEvent is used to notify LogLevelListeners
of changes in the log levels used by the Loggers
of an
application.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
LogLevelEvent(java.lang.Object source,
java.lang.String name)
Create a new LogLevelEvent. |
|
LogLevelEvent(java.lang.Object source,
java.lang.String[] names)
Create a new LogLevelEvent. |
|
LogLevelEvent(java.lang.Object source,
java.lang.String name,
int level)
Create a new LogLevelEvent. |
Method Summary | |
int[] |
getLevels()
Get the new log levels. |
java.lang.String[] |
getNames()
Get the names of the affected classes or packages. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LogLevelEvent(java.lang.Object source, java.lang.String name)
source
- The source of the event.name
- The name of the affected class or package.public LogLevelEvent(java.lang.Object source, java.lang.String name, int level)
source
- The source of the event.name
- The name of the affected class or package.level
- The new log level.public LogLevelEvent(java.lang.Object source, java.lang.String[] names)
source
- The source of the event.names
- The names of the affected classes or packages.Method Detail |
public final java.lang.String[] getNames()
public final int[] getLevels()
|
qflib 0.99 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |