com.gigaspaces.logger
Class GSSimpleFormatter
java.lang.Object
java.util.logging.Formatter
com.gigaspaces.logger.GSSimpleFormatter
public class GSSimpleFormatter
- extends Formatter
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GSSimpleFormatter
public GSSimpleFormatter()
GSSimpleFormatter
public GSSimpleFormatter(String pattern)
format
public String format(LogRecord record)
- Format the given LogRecord.
- Specified by:
format
in class Formatter
- Parameters:
record
- the log record to be formatted.
- Returns:
- a formatted log record
Copyright © GigaSpaces.