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, getTail
public String format(LogRecord record)
public static void main(String[] args)
args
- main parametersCopyright © 2014 Oracle Corporation. All rights reserved.