org.cementj.log
Class LogManager

java.lang.Object
  extended by org.cementj.log.LogManager

public class LogManager
extends java.lang.Object

This class registers the logger used by all utilities in CementJ.

Copyright: Delta Vortex Technologies, 2003.


Method Summary
static Logger getLogger()
          Obtains the current logger.
static void setLogger(Logger logger)
          Sets the current logger.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLogger

public static Logger getLogger()
Obtains the current logger.

Returns:
Logger

setLogger

public static void setLogger(Logger logger)
Sets the current logger. A message the current logger is being replaced will be displayed to the old logger.

Parameters:
logger -


Copyright © 2003 Delta Vortex Technologies, Inc. All Rights Reserved.