Package io.helidon.webserver.accesslog
Class TimestampLogEntry
java.lang.Object
io.helidon.webserver.accesslog.AbstractLogEntry
io.helidon.webserver.accesslog.TimestampLogEntry
- All Implemented Interfaces:
- AccessLogEntry
Access log entry for timestamp.
 Default time format is "\'[\'dd/MMM/YYYY:HH:mm:ss ZZZ\']\'".
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields inherited from class io.helidon.webserver.accesslog.AbstractLogEntryDEFAULT_MAX_LENGTHFields inherited from interface io.helidon.webserver.accesslog.AccessLogEntryNOT_AVAILABLE
- 
Method SummaryModifier and TypeMethodDescriptionstatic TimestampLogEntry.Builderbuilder()Create a new fluent API builder.static TimestampLogEntrycreate()Create a new Timestamp log entry.doApply(AccessLogContext context) Apply the "raw" log entry.Methods inherited from class io.helidon.webserver.accesslog.AbstractLogEntryapply, maxLength, pad, sanitize
- 
Method Details- 
createCreate a new Timestamp log entry.- Returns:
- a new access log entry for Timestamp
- See Also:
 
- 
builderCreate a new fluent API builder.- Returns:
- a new builder instance
 
- 
doApplyDescription copied from class:AbstractLogEntryApply the "raw" log entry. The result will go through common formatting, such as padding if configured.- Specified by:
- doApplyin class- AbstractLogEntry
- Parameters:
- context- context with access to information useful for access log entries
- Returns:
- log entry
- See Also:
 
 
-