fr.cnes.sitools.logging
Class SitoolsApplicationLogFilter

java.lang.Object
  extended by org.restlet.Restlet
      extended by org.restlet.routing.Filter
          extended by org.restlet.engine.log.LogFilter
              extended by fr.cnes.sitools.logging.SitoolsApplicationLogFilter
All Implemented Interfaces:
org.restlet.Uniform

public class SitoolsApplicationLogFilter
extends org.restlet.engine.log.LogFilter

Specific LogFilter to log request dedicated only to certain applications

Author:
m.gond

Field Summary
 
Fields inherited from class org.restlet.routing.Filter
CONTINUE, SKIP, STOP
 
Constructor Summary
SitoolsApplicationLogFilter(org.restlet.Context context, org.restlet.service.LogService logService)
          Constructor with Context and LogService
 
Method Summary
 
Methods inherited from class org.restlet.routing.Filter
getNext, handle, hasNext, setNext, setNext, start, stop
 
Methods inherited from class org.restlet.Restlet
getApplication, getAuthor, getContext, getDescription, getLogger, getName, getOwner, isStarted, isStopped, setAuthor, setContext, setDescription, setName, setOwner
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SitoolsApplicationLogFilter

public SitoolsApplicationLogFilter(org.restlet.Context context,
                                   org.restlet.service.LogService logService)
Constructor with Context and LogService

Parameters:
context - the Context
logService - the LogService


Copyright © 2010-2013 CNES. All Rights Reserved.