public class AnalyticsFormatter
extends java.util.logging.Formatter
| Constructor and Description | 
|---|
| AnalyticsFormatter() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | format(java.util.logging.LogRecord record)Format the given log record and return the formatted string. | 
| java.lang.String | formatMessage(java.util.logging.LogRecord record)Format the given LogRecord. | 
public java.lang.String formatMessage(java.util.logging.LogRecord record)
formatMessage in class java.util.logging.Formatterrecord - the log record to be formatted.public java.lang.String format(java.util.logging.LogRecord record)
format in class java.util.logging.Formatterrecord - log record