public class SimpleOneLineLogFormatter
extends java.util.logging.Formatter
| Modifier and Type | Class and Description | 
|---|---|
| static class  | SimpleOneLineLogFormatter.LogFormatterWithThreadAndCaller | 
| Modifier and Type | Field and Description | 
|---|---|
| boolean | showCaller | 
| boolean | showLevel | 
| boolean | showThread | 
| Constructor and Description | 
|---|
| SimpleOneLineLogFormatter() | 
| SimpleOneLineLogFormatter(boolean showLevel,
                         boolean showThread,
                         boolean showCaller) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | format(java.util.logging.LogRecord record)uses "YYYY-DD-MM hh:mm:ss.SSS  message" format | 
| java.lang.String | getDateFormat() | 
public final boolean showLevel
public final boolean showThread
public final boolean showCaller