Interface | Description |
---|---|
LogFormatter |
Interface for log formatter that are meant to facilitate log exploration and data extraction.
|
LogInfo |
Interface for enums or classes that are meant to enclose log related information that can be exported to JSON format.
|
Class | Description |
---|---|
JsonLogFormatter |
A log formatter that prints log in JSON format.
|
LogBlock |
Represents the information that is written in a single log line per http request.
|
LogFormatterProvider |
A class to provide a log formatter instance.
|
RequestLog |
Represents the logging framework that provides timing capabilities of arbitrary phases on the handling lifecycle of a
request and accumulation of information for such a request in a single mega log line.
|
TimedPhase |
Represents a phase that is timed.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.