org.xmlecho.palomar.log
Class Log

java.lang.Object
  extended byorg.xmlecho.palomar.log.Log

public class Log
extends java.lang.Object

Provides access to the configured Logging service Log Service


Constructor Summary
Log()
           
 
Method Summary
static void changeLevel(int level)
           
static org.apache.log4j.Logger getLogger()
           
static void setLevel(org.apache.log4j.Level tmpLevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log

public Log()
Method Detail

getLogger

public static final org.apache.log4j.Logger getLogger()
Returns:
an instance of the default implementation

setLevel

public static void setLevel(org.apache.log4j.Level tmpLevel)

changeLevel

public static void changeLevel(int level)