public class LoggingFormatter
extends java.util.logging.Formatter
| Constructor and Description |
|---|
LoggingFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.util.logging.LogRecord record)
Format the record to include the Thread that logged this record.
|
static void |
main(java.lang.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
|
public java.lang.String format(java.util.logging.LogRecord record)
format in class java.util.logging.Formatterrecord - The record to be logged into the logger.public static void main(java.lang.String[] args)
args - main parametersCopyright © 2018 Oracle Corporation. All Rights Reserved.