org.objectweb.common
Class TraceCore

java.lang.Object
  extended by org.objectweb.common.TraceCore

public class TraceCore
extends java.lang.Object

This module is used by common/Cmd, common/RemoteObject.jpp and by the classes defined in jonas/rmifilters Traces for module common

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

Field Summary
static org.objectweb.util.monolog.api.Logger jacc
           
static org.objectweb.util.monolog.api.Logger logger
           
static org.objectweb.util.monolog.api.Logger sec
           
 
Constructor Summary
TraceCore()
           
 
Method Summary
static void configure(org.objectweb.util.monolog.api.LoggerFactory lf)
           
static boolean isDebugSec()
           
 
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

sec

public static org.objectweb.util.monolog.api.Logger sec

jacc

public static org.objectweb.util.monolog.api.Logger jacc
Constructor Detail

TraceCore

public TraceCore()
Method Detail

configure

public static void configure(org.objectweb.util.monolog.api.LoggerFactory lf)

isDebugSec

public static boolean isDebugSec()