Package com.google.common.flogger
Interface FluentLogger2.Api
-
- All Superinterfaces:
LoggingApi<FluentLogger2.Api>
- Enclosing class:
- FluentLogger2
public static interface FluentLogger2.Api extends LoggingApi<FluentLogger2.Api>
The non-wildcard, fully specified, logging API for this logger. Fluent logger implementations should specify a non-wildcard API like this with which to generify the abstract logger.It is possible to add methods to this logger-specific API directly, but it is recommended that a separate top-level API and LogContext is created, allowing it to be shared by other implementations.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.common.flogger.LoggingApi
LoggingApi.NoOp<API extends LoggingApi<API>>
-
-
Method Summary
-
Methods inherited from interface com.google.common.flogger.LoggingApi
atMostEvery, every, isEnabled, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, logVarargs, onAverageEvery, per, per, per, with, with, withCause, withInjectedLogSite, withInjectedLogSite, withStackTrace
-
-