|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.framework.util.BootLogger
public class BootLogger
The BootLogger is designed to be used internally by the framework manager and components at start-up time, i.e. when the main logging service has not yet been initialized.
Constructor Summary | |
---|---|
BootLogger()
|
Method Summary | |
---|---|
static boolean |
getDebug()
|
static void |
log(String inMessage)
currently wraps around System.out.println to print out the passed in error
message. |
static void |
logDebug(String inMessage)
currently wraps around System.out.println to print out the passed in message
if the debug flag is set to true. |
static void |
logError(String inMessage,
Throwable ex)
currently wraps around System.err.println to print out the passed in error
message. |
static void |
setDebug(boolean debug)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BootLogger()
Method Detail |
---|
public static void setDebug(boolean debug)
public static boolean getDebug()
public static void logDebug(String inMessage)
System.out.println
to print out the passed in message
if the debug flag is set to true.
public static void logError(String inMessage, Throwable ex)
System.err.println
to print out the passed in error
message.
public static void log(String inMessage)
System.out.println
to print out the passed in error
message.
|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net