org.qi4j.logging.log
Class StandardLogConcern

java.lang.Object
  extended by org.qi4j.logging.log.StandardLogConcern
All Implemented Interfaces:
StandardLog

public class StandardLogConcern
extends Object
implements StandardLog


Constructor Summary
StandardLogConcern()
           
 
Method Summary
 void log(LogType type, String category, String message)
           
 void log(LogType type, String category, String message, Serializable... params)
           
 void log(LogType type, String category, String message, Serializable param1)
           
 void log(LogType type, String category, String message, Serializable param1, Serializable param2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardLogConcern

public StandardLogConcern()
Method Detail

log

public void log(LogType type,
                String category,
                String message)
Specified by:
log in interface StandardLog

log

public void log(LogType type,
                String category,
                String message,
                Serializable param1)
Specified by:
log in interface StandardLog

log

public void log(LogType type,
                String category,
                String message,
                Serializable param1,
                Serializable param2)
Specified by:
log in interface StandardLog

log

public void log(LogType type,
                String category,
                String message,
                Serializable... params)
Specified by:
log in interface StandardLog