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 SummaryConstructors Constructor Description WebServerLogFormatter()Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Stringformat(LogRecord record)Deprecated.- 
Methods inherited from class java.util.logging.FormatterformatMessage, getHead, getTail
 
- 
 
- 
- 
- 
Method Detail- 
formatpublic String format(LogRecord record) Deprecated.- Overrides:
- formatin class- SimpleFormatter
 
 
- 
 
-