@CheckReturnValue @ParametersAreNonnullByDefault
| Interface | Description |
|---|---|
| GoogleLogger.Api |
See
GoogleLoggingApi. |
| GoogleLoggingApi<API extends GoogleLoggingApi<API>> |
Google specific extensions to the fluent logging API.
|
| Class | Description |
|---|---|
| GoogleLogContext<LOGGER extends com.google.common.flogger.AbstractLogger<API>,API extends GoogleLoggingApi<API>> |
Implementation of any Google specific extensions to the default fluent logging API.
|
| GoogleLogger |
The default Google specific implementation of
AbstractLogger which extends the core
LoggingApi to add Google specific functionality. |
| GoogleLoggingApi.NoOp<API extends GoogleLoggingApi<API>> |
An implementation of
GoogleLoggingApi which does nothing and discards all parameters. |