|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.kernel.log.impl.BootstrapLogger
public class BootstrapLogger
The Bootstrap logger collects log messages while bootstrapping the logging subsystem.
The controlling system must take the responibilty that this logger is closed after bootstrapping.
| Method Summary | |
|---|---|
void |
close()
Closes the bootlogger. |
void |
flush()
Flushes the collected log events to the log system |
boolean |
isOpen()
Checks if the boot logger is open. |
void |
logCriticalError(Object obj,
String method,
String message)
Logs a critical error message. |
void |
logDetail(Object obj,
String method,
String message)
Logs a detail message. |
void |
logError(Object obj,
String method,
String message)
Logs an error message. |
void |
logInfo(Object obj,
String method,
String message)
Logs an info message. |
void |
logNotification(Object obj,
String method,
String message)
Logs a notification message. |
void |
logTrace(Object obj,
String method,
String message)
Logs a trace message. |
void |
logWarning(Object obj,
String method,
String message)
Logs a warning message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void logCriticalError(Object obj,
String method,
String message)
obj - The object that logs the messagemethod - The method that logs the messagemessage - a log message
public void logError(Object obj,
String method,
String message)
obj - The object that logs the messagemethod - The method that logs the messagemessage - a log message
public void logWarning(Object obj,
String method,
String message)
obj - The object that logs the messagemethod - The method that logs the messagemessage - a log message
public void logInfo(Object obj,
String method,
String message)
obj - The object that logs the messagemethod - The method that logs the messagemessage - a log message
public void logDetail(Object obj,
String method,
String message)
obj - The object that logs the messagemethod - The method that logs the messagemessage - a log message
public void logTrace(Object obj,
String method,
String message)
obj - The object that logs the messagemethod - The method that logs the messagemessage - a log message
public void logNotification(Object obj,
String method,
String message)
obj - The object that logs the messagemethod - The method that logs the messagemessage - a log messagepublic void flush()
public void close()
public boolean isOpen()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||