deegree 2.2 (2008/12/22 11:33 build-3038-official)

org.deegree.framework.util
Class BootLogger

java.lang.Object
  extended by org.deegree.framework.util.BootLogger

public class BootLogger
extends Object

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.

Version:
$Revision: 9339 $, $Date: 2007-12-27 13:31:52 +0100 (Do, 27 Dez 2007) $
Author:
Torsten Friebe, last edited by $Author: apoth $

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

BootLogger

public BootLogger()
Method Detail

setDebug

public static void setDebug(boolean debug)

getDebug

public static boolean getDebug()

logDebug

public 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.


logError

public static void logError(String inMessage,
                            Throwable ex)
currently wraps around System.err.println to print out the passed in error message.


log

public static void log(String inMessage)
currently wraps around System.out.println to print out the passed in error message.


deegree 2.2 (2008/12/22 11:33 build-3038-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net