Uses of Interface
com.googlecode.jpattern.service.log.ILoggerService

Packages that use ILoggerService
com.googlecode.jpattern.core   
com.googlecode.jpattern.core.command   
com.googlecode.jpattern.service.log   
com.googlecode.jpattern.service.log.slf4j   
 

Uses of ILoggerService in com.googlecode.jpattern.core
 

Methods in com.googlecode.jpattern.core that return ILoggerService
 ILoggerService AApplicationProvider.getLoggerService()
           
 ILoggerService IProvider.getLoggerService()
           
 ILoggerService NullProvider.getLoggerService()
           
 

Uses of ILoggerService in com.googlecode.jpattern.core.command
 

Constructors in com.googlecode.jpattern.core.command with parameters of type ILoggerService
QueueAsyncCommandPoolExecutor(String name, int maxWaitingCommands, int maxConcurrentThreads, ILoggerService loggerService)
           
 

Uses of ILoggerService in com.googlecode.jpattern.service.log
 

Classes in com.googlecode.jpattern.service.log that implement ILoggerService
 class LoggerService
           
 class NullLoggerService
           
 

Methods in com.googlecode.jpattern.service.log with parameters of type ILoggerService
 void ErrorLoggerServiceIgnorePathStrategy.ignorePath(ILoggerService loggerService, String path)
           
 void WarningLoggerServiceIgnorePathStrategy.ignorePath(ILoggerService loggerService, String path)
           
 void InfoLoggerServiceIgnorePathStrategy.ignorePath(ILoggerService loggerService, String path)
           
 void DebugLoggerServiceIgnorePathStrategy.ignorePath(ILoggerService loggerService, String path)
           
 void ILoggerServiceIgnorePathStrategy.ignorePath(ILoggerService loggerService, String path)
           
 void TraceLoggerServiceIgnorePathStrategy.ignorePath(ILoggerService loggerService, String path)
           
 void OffLoggerServiceIgnorePathStrategy.ignorePath(ILoggerService loggerService, String path)
           
 

Uses of ILoggerService in com.googlecode.jpattern.service.log.slf4j
 

Classes in com.googlecode.jpattern.service.log.slf4j that implement ILoggerService
 class Slf4jLoggerService
           
 



Copyright © 2011. All Rights Reserved.