|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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(java.lang.String inMessage)
currently wraps around System.out.println to print out the passed in error
message. |
static void |
logDebug(java.lang.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(java.lang.String inMessage,
java.lang.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)
debug
- true if debugging.public static boolean getDebug()
public static void logDebug(java.lang.String inMessage)
System.out.println
to print out the passed in message
if the debug flag is set to true.
inMessage
- the message to the standard outpublic static void logError(java.lang.String inMessage, java.lang.Throwable ex)
System.err.println
to print out the passed in error
message.
inMessage
- to output to error outex
- causepublic static void log(java.lang.String inMessage)
System.out.println
to print out the passed in error
message.
inMessage
- to log to standard out
|
deegree 2.5 (2011/06/29 09:44 build-8-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://www.deegree.org