org.qi4j.logging.debug
Class DebugConcern

java.lang.Object
  extended by org.qi4j.logging.debug.DebugConcern
All Implemented Interfaces:
Debug

public final class DebugConcern
extends Object
implements Debug


Field Summary
 
Fields inherited from interface org.qi4j.logging.debug.Debug
HIGH, HIGHHIGH, LOW, LOWLOW, NORMAL, OFF
 
Constructor Summary
DebugConcern()
           
 
Method Summary
 void debug(int priority, String message)
           
 void debug(int priority, String message, Serializable... params)
           
 void debug(int priority, String message, Serializable param1)
           
 void debug(int priority, String message, Serializable param1, Serializable param2)
           
 Integer debugLevel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugConcern

public DebugConcern()
Method Detail

debugLevel

public Integer debugLevel()
Specified by:
debugLevel in interface Debug

debug

public void debug(int priority,
                  String message)
Specified by:
debug in interface Debug

debug

public void debug(int priority,
                  String message,
                  Serializable param1)
Specified by:
debug in interface Debug

debug

public void debug(int priority,
                  String message,
                  Serializable param1,
                  Serializable param2)
Specified by:
debug in interface Debug

debug

public void debug(int priority,
                  String message,
                  Serializable... params)
Specified by:
debug in interface Debug