fr.cnes.sitools.logging.java.util.logging
Class FileHandlerLogAccessServer

java.lang.Object
  extended by java.util.logging.Handler
      extended by java.util.logging.StreamHandler
          extended by java.util.logging.FileHandler
              extended by fr.cnes.sitools.logging.java.util.logging.FileHandlerLogAccessServer

public class FileHandlerLogAccessServer
extends java.util.logging.FileHandler

Specific FileHandler for the all server access log. Only useful when using sitools with java.util.logging

Author:
m.gond

Constructor Summary
FileHandlerLogAccessServer()
          Construct a default FileHandlerLogAccessServer.
 
Method Summary
 
Methods inherited from class java.util.logging.FileHandler
close, publish
 
Methods inherited from class java.util.logging.StreamHandler
flush, isLoggable, setEncoding
 
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, setErrorManager, setFilter, setFormatter, setLevel
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileHandlerLogAccessServer

public FileHandlerLogAccessServer()
                           throws java.io.IOException,
                                  java.lang.SecurityException
Construct a default FileHandlerLogAccessServer. This will be configured entirely from LogManager properties (or their default values).

Throws:
java.io.IOException - if there are IO problems opening the files.
java.lang.SecurityException - if a security manager exists and if the caller does not have LoggingPermission("control")).


Copyright © 2010-2013 CNES. All Rights Reserved.