public class LoggingFormatter extends Formatter
| Constructor and Description |
|---|
LoggingFormatter() |
| Modifier and Type | Method and Description |
|---|---|
String |
format(LogRecord record)
Format the record to include the Thread that logged this record.
|
static void |
main(String[] args)
Example to test the com.glassfish.grizzly.utils.LoggingFormatter
You need to include this parameter in the command line
-Djava.util.logging.config.file=myfile
|
formatMessage, getHead, getTailpublic String format(LogRecord record)
public static void main(String[] args)
args - main parametersCopyright © 2016 Oracle Corporation. All Rights Reserved.