com.gigaspaces.security.audit
Class AuditHandler
java.lang.Object
  
java.util.logging.Handler
      
java.util.logging.StreamHandler
          
com.gigaspaces.logger.RollingFileHandler
              
com.gigaspaces.security.audit.AuditHandler
public class AuditHandler
- extends RollingFileHandler
 
A declarable extension to RollingFileHandler. It is exactly as using the handler itself,
 but allows you to have separate configurations properties for auditing - such as file name,
 formatter, etc.
- Since:
 
  - 7.0.1
 
- Author:
 
  - Moran Avigdor
 
 
| Fields inherited from class com.gigaspaces.logger.RollingFileHandler | 
APPEND_PROP, BACKUP_POLICY_PROP, DATE_PATTERN_DEFAULT, DATE_PROP, DEBUG_LEVEL, DEBUG_LEVEL_DEFAULT, FILE_APPEND_DEFAULT, FILENAME_PATTERN_DEFAULT, FILENAME_PATTERN_PROP, FILENAME_PATTTERN_PLACEHOLDER_PREFIX, FORMATTER_PROP, HANDLER_PROP_PREFIX, HOMEDIR_PROP, HOST_PROP, LEVEL_PROP, PID_PROP, SERVICE_PROP, SIZE_ROLLING_POLICY_DEFAULT, SIZE_ROLLING_POLICY_PROP, TIME_ROLLING_POLICY_DEFAULT, TIME_ROLLING_POLICY_PROP | 
 
| 
Constructor Summary | 
AuditHandler()
 
          Construct a default FileHandler. | 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AuditHandler
public AuditHandler()
             throws IOException,
                    SecurityException
- Construct a default FileHandler. This will be configured entirely from LogManager properties
 (or their default values).
- Throws:
 IOException
SecurityException
 
Copyright © GigaSpaces.