Package com.gigaspaces.logger
Class GSSimpleFormatter
java.lang.Object
java.util.logging.Formatter
com.gigaspaces.logger.GSSimpleFormatter
- Direct Known Subclasses:
AuditFormatter
Print a brief summary of the LogRecord in a human readable messageFormat. This class is a
variation of
SimpleFormatter, that was customized for GigaSpaces
purposes.- Version:
- 5.1
- Author:
- Alex Beresnev
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFormat the given LogRecord.protected voidsetArgsWithRecordData(LogRecord record) setArgsWithRecordExtension(LogRecord record) Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
-
Constructor Details
-
GSSimpleFormatter
public GSSimpleFormatter() -
GSSimpleFormatter
-
-
Method Details