Uses of Interface
com.google.common.flogger.GoogleLoggingApi
-
-
Uses of GoogleLoggingApi in com.google.common.flogger
Classes in com.google.common.flogger with type parameters of type GoogleLoggingApi Modifier and Type Class Description classGoogleLogContext<LOGGER extends com.google.common.flogger.AbstractLogger<API>,API extends GoogleLoggingApi<API>>Implementation of any Google specific extensions to the default fluent logging API.interfaceGoogleLoggingApi<API extends GoogleLoggingApi<API>>Google specific extensions to the fluent logging API.static classGoogleLoggingApi.NoOp<API extends GoogleLoggingApi<API>>An implementation ofGoogleLoggingApiwhich does nothing and discards all parameters.Subinterfaces of GoogleLoggingApi in com.google.common.flogger Modifier and Type Interface Description static interfaceGoogleLogger.ApiSeeGoogleLoggingApi.Classes in com.google.common.flogger that implement GoogleLoggingApi Modifier and Type Class Description classGoogleLogContext<LOGGER extends com.google.common.flogger.AbstractLogger<API>,API extends GoogleLoggingApi<API>>Implementation of any Google specific extensions to the default fluent logging API.static classGoogleLoggingApi.NoOp<API extends GoogleLoggingApi<API>>An implementation ofGoogleLoggingApiwhich does nothing and discards all parameters.
-