|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.fh_mannheim.mm.dms.framework.Logger
Logger is a class for logging information in a textfile.
| Constructor Summary | |
Logger()
|
|
| Method Summary | |
static java.lang.String |
getLogFilename()
Get filename for logger. |
static void |
log(java.lang.String strText)
Append a text to the logfile. |
static void |
log(java.lang.String strText,
boolean bPrintToScreen)
Append a text to the logfile. |
static void |
logToScreen(java.lang.String strText)
Append a text to the logfile. |
static void |
logWarning(java.lang.String strText)
Append a text to the logfile. |
static void |
logWarning(java.lang.String strText,
boolean bPrintToScreen)
Append a text to the logfile. |
static void |
logWarningToScreen(java.lang.String strText)
Append a text to the logfile. |
static void |
publish(java.util.logging.LogRecord record)
Append a record to the logfile. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Logger()
| Method Detail |
public static java.lang.String getLogFilename()
public static void log(java.lang.String strText,
boolean bPrintToScreen)
strText - Text to be addedbPrintToScreen - Should text be displayed toopublic static void log(java.lang.String strText)
strText - Text to be addedpublic static void logToScreen(java.lang.String strText)
strText - Text to be addedpublic static void logWarningToScreen(java.lang.String strText)
strText - Text to be addedpublic static void publish(java.util.logging.LogRecord record)
record - Record to be added
public static void logWarning(java.lang.String strText,
boolean bPrintToScreen)
strText - Text to be addedbPrintToScreen - Should text be displayed toopublic static void logWarning(java.lang.String strText)
strText - Text to be added
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||