com.ibm.rfid.wse.api.utils
Class SensorEventsAPILogger

java.lang.Object
  extended by com.ibm.rfid.premises.logger.BaseLogger
      extended by com.ibm.rfid.wse.api.utils.SensorEventsAPILogger
All Implemented Interfaces:
com.ibm.rfid.premises.logger.Logger

public class SensorEventsAPILogger
extends com.ibm.rfid.premises.logger.BaseLogger

Server Reusable Component RAS logger.


Field Summary
protected static SensorEventsAPILogger mySingletonWSEAPILogger
           
static long TRACE_TYPE_FINE
           
static long TRACE_TYPE_FINER
           
static long TRACE_TYPE_FINEST
           
static long TRACE_TYPE_PERF
           
 
Fields inherited from class com.ibm.rfid.premises.logger.BaseLogger
myResourceBundle, mySingleton, myWasMessageLogger, myWasTraceLogger
 
Fields inherited from interface com.ibm.rfid.premises.logger.Logger
MESSAGE_TYPE_ERROR, MESSAGE_TYPE_INFO, MESSAGE_TYPE_WARN, TRACE_TYPE_DEBUG, TRACE_TYPE_EVENT
 
Method Summary
protected  void _init()
           
 java.util.ResourceBundle getResourceBundle()
           
 boolean isFinerTraceEnabled()
           
 boolean isFinestTraceEnabled()
           
 boolean isFineTraceEnabled()
           
 boolean isPerformanceTraceEnabled()
           
 boolean isTraceEnabled(long level)
           
static SensorEventsAPILogger singleton()
           
 
Methods inherited from class com.ibm.rfid.premises.logger.BaseLogger
exception, formatMessage, formatMessage, formatMessage, formatMessage, isMessageEnabled, isTraceEnabled, message, message, message, message, textMessage, trace, traceEntry, traceException, traceExit, tracePerfEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRACE_TYPE_FINE

public static final long TRACE_TYPE_FINE

TRACE_TYPE_FINER

public static final long TRACE_TYPE_FINER

TRACE_TYPE_FINEST

public static final long TRACE_TYPE_FINEST
See Also:
Constant Field Values

TRACE_TYPE_PERF

public static final long TRACE_TYPE_PERF

mySingletonWSEAPILogger

protected static SensorEventsAPILogger mySingletonWSEAPILogger
Method Detail

_init

protected void _init()
Overrides:
_init in class com.ibm.rfid.premises.logger.BaseLogger

singleton

public static SensorEventsAPILogger singleton()

getResourceBundle

public java.util.ResourceBundle getResourceBundle()

isFineTraceEnabled

public boolean isFineTraceEnabled()

isFinerTraceEnabled

public boolean isFinerTraceEnabled()

isFinestTraceEnabled

public boolean isFinestTraceEnabled()

isPerformanceTraceEnabled

public boolean isPerformanceTraceEnabled()

isTraceEnabled

public boolean isTraceEnabled(long level)


Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.