Package io.helidon.webserver
Class WebServerLogFormatter
- java.lang.Object
-
- java.util.logging.Formatter
-
- java.util.logging.SimpleFormatter
-
- io.helidon.webserver.WebServerLogFormatter
-
@Deprecated public class WebServerLogFormatter extends SimpleFormatter
Deprecated.The WebServerLogFormatter provides a way to customize logging messages.
-
-
Constructor Summary
Constructors Constructor Description WebServerLogFormatter()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
format(LogRecord record)
Deprecated.-
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
-
-
-
-
Method Detail
-
format
public String format(LogRecord record)
Deprecated.- Overrides:
format
in classSimpleFormatter
-
-