org.ow2.jonas.lib.timer
Class TraceTimer

java.lang.Object
  extended by org.ow2.jonas.lib.timer.TraceTimer

public class TraceTimer
extends Object

Traces for module timer

Author:
Sebastien Chassande-Barrioz sebastien.chassande@inrialpes.fr

Field Summary
static org.objectweb.util.monolog.api.Logger logger
          Timer Logger.
 
Method Summary
static void configure(org.objectweb.util.monolog.api.LoggerFactory lf)
          Configure the Timer logger.
static boolean isDebug()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static org.objectweb.util.monolog.api.Logger logger
Timer Logger.

Method Detail

configure

public static void configure(org.objectweb.util.monolog.api.LoggerFactory lf)
Configure the Timer logger.

Parameters:
lf - LoggerFactory used for configuration

isDebug

public static boolean isDebug()
Returns:
Returns true if debug enabled on Timer logger.


Copyright © 2010 OW2 Consortium. All Rights Reserved.