Package 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
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
-
Field Summary
FieldsFields 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, LOGSDIR_PROP, PID_PROP, SERVICE_PROP, SIZE_ROLLING_POLICY_DEFAULT, SIZE_ROLLING_POLICY_PROP, TIME_ROLLING_POLICY_DEFAULT, TIME_ROLLING_POLICY_PROP -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.gigaspaces.logger.RollingFileHandler
close, configure, filesCreated, isMonitoringCreatedFiles, monitorCreatedFiles, publishMethods inherited from class java.util.logging.StreamHandler
flush, isLoggable, setEncoding, setOutputStreamMethods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, reportError, setErrorManager, setFilter, setFormatter, setLevel
-
Field Details
-
CEF_PATTERN
- See Also:
-
-
Constructor Details
-
AuditHandler
Construct a default FileHandler. This will be configured entirely from LogManager properties (or their default values).- Throws:
IOExceptionSecurityException
-