hamsam.util.log
Class LogManager

java.lang.Object
  |
  +--hamsam.util.log.LogManager

public class LogManager
extends java.lang.Object

LogManager is an abstract class that is used to maintain a set of shared state about Loggers and log services.


Constructor Summary
LogManager()
           
 
Method Summary
static java.util.logging.Logger getLogger()
          Get the logger used by Hamsam.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogManager

public LogManager()
Method Detail

getLogger

public static java.util.logging.Logger getLogger()
Get the logger used by Hamsam.

Returns:
the logger for Hamsam