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 © 2012-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.