org.qi4j.logging.log.service
Interface LoggingService

All Known Subinterfaces:
LoggingServiceComposite
All Known Implementing Classes:
LoggingServiceMixin, LogOnConsoleSideEffect

public interface LoggingService


Method Summary
 void log(LogType type, Composite composite, String category, String message, Serializable... params)
           
 

Method Detail

log

void log(LogType type,
         Composite composite,
         String category,
         String message,
         Serializable... params)