|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectinternalInformationPort.LogFileGenerator
final class LogFileGenerator
Logs and/or displays messages depending on the message's Level
,
this logger's DISPLAY_LEVEL
and this logger's
LOG_LEVEL
(which are defined in the property file).
For a detailed explanation of the different levels see
http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/Level.html
.
Method Summary | |
---|---|
protected static java.util.logging.Logger |
getLogger()
Returns the Logger used by this class. |
protected static void |
log(java.util.logging.Level level,
java.lang.String message)
Logs/displays the bypassed message if the bypassed Level is
higher than this logger's level(s) (displayLevel and
logLevel ). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
protected static java.util.logging.Logger getLogger()
Logger
used by this class.
Logger
used by this class.protected static void log(java.util.logging.Level level, java.lang.String message)
Level
is
higher than this logger's level(s) (displayLevel
and
logLevel
).
level
- Level
of the bypassed message.message
- The message to be logged/displayed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |