| Interface | Description | 
|---|---|
| BackupPolicy | An interface for a pluggable backup policy. | 
| Constants | 
| Class | Description | 
|---|---|
| BlobStoreConsoleHandler | Created by Kobi on 8/17/15. | 
| DeleteBackupPolicy | A backup policy that deletes any file which is older than the specified period, but
 keeps at least as many of the specified backup files. | 
| GSLogConfigLoader | This class is a singletone that is responsible for reading and loading GS Log configuration. | 
| GSSimpleFormatter | Print a brief summary of the LogRecord in a human readable messageFormat. | 
| LogHelper | GS-8802 , GS-9973 , GS-10078  A logging helper class used to avoid a deadlock situation when java.util.logging is initializing, while it is also being referenced by utility classes. | 
| NullBackupPolicy | A null backup policy which acts as a placeholder for a 'do-nothing' behavior. | 
| RollingFileHandler | Rolling based logging  Handler. | 
| RollingFileHandlerConfigurer | A configurer for known properties which their generated values can be overridden. | 
| SizeRollingPolicy | A rolling policy based on file size limit. | 
| TimeRollingPolicy | A rolling policy based on time. | 
| TraceableLogger | |
| UnsafeLevelLogger | A logger that does not pass through volatile on isLoggable call in order to reduce number of
 memory barriers | 
Two extensions to the default java.util.logging are provided:
RollingFileHandler
GSSimpleFormatter
Copyright © GigaSpaces.