Uses of Interface
org.talika.tarsis.log.Logger

Packages that use Logger
org.talika.tarsis.context This package contains Context interface and implementation classes. 
org.talika.tarsis.filters This package contains web application filters of architecture. 
org.talika.tarsis.log This package contains Logger interface and implementations. 
org.talika.tarsis.service This package contains Factory interface and all object factories implementations. 
org.talika.tarsis.servlets This package contains web application servlets of architecture. 
 

Uses of Logger in org.talika.tarsis.context
 

Methods in org.talika.tarsis.context that return Logger
 Logger ContextImpl.getLogger()
          Returns Logger of this context.
 Logger Context.getLogger()
          Returns Logger of this context.
 

Uses of Logger in org.talika.tarsis.filters
 

Methods in org.talika.tarsis.filters that return Logger
protected  Logger AbstractFilter.getLogger()
          Returns the Tarsis logger.
 

Uses of Logger in org.talika.tarsis.log
 

Classes in org.talika.tarsis.log that implement Logger
 class ConsoleLogger
          Implementation of Logger interface that writes messages to default output.
 class FileLogger
          Implementation of Logger interface that writes messages to a given file.
 class LoggerHandler
          Special implementation of Logger interface that serves as a multiplexer that writes log messages to a list of Logger instances.
 class LoggerService
          Base implementation of Logger interface.
 

Uses of Logger in org.talika.tarsis.service
 

Methods in org.talika.tarsis.service that return Logger
protected  Logger AbstractService.getLogger()
          Returns the Tarsis logger.
 

Uses of Logger in org.talika.tarsis.servlets
 

Methods in org.talika.tarsis.servlets that return Logger
protected  Logger AbstractServlet.getLogger()
          Returns the Tarsis logger.
 



Copyright © 2002-2012 Talika Open Source Group. All Rights Reserved.