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

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.FileHandlerLogAccessApplications

public class FileHandlerLogAccessApplications
extends java.util.logging.FileHandler

Specific FileHandler for Service access log. Only useful when using sitools with java.util.logging

Author:
m.gond

Constructor Summary
FileHandlerLogAccessApplications()
          Construct a default FileHandlerLogAccessApplications.
 
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

FileHandlerLogAccessApplications

public FileHandlerLogAccessApplications()
                                 throws java.io.IOException,
                                        java.lang.SecurityException
Construct a default FileHandlerLogAccessApplications. 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.