Abstract Logger
Base class for the fluent logger API. This class is a factory for instances of a fluent logging API, used to build log statements via method chaining.
Parameters
<API>
the logging API provided by this logger.
See also
<a href="https://github. com/google/flogger/blob/cb9e836a897d36a78309ee8badf5cad4e6a2d3d8/api/src/main/java/com/google/common/flogger/Abstract Logger. java">
Original Java code of Google Flogger