A C F G N
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- at(Level) - Method in class com.google.common.flogger.GoogleLogger
C
- com.google.common.flogger - package com.google.common.flogger
F
- forEnclosingClass() - Static method in class com.google.common.flogger.GoogleLogger
-
Returns a new Google specific logger instance using printf style message formatting.
- forInjectedClassName(String) - Static method in class com.google.common.flogger.GoogleLogger
-
Deprecated.prefer forEnclosingClass(); this method exists only to support compile-time log site injection.
G
- getMessageParser() - Method in class com.google.common.flogger.GoogleLogContext
- GoogleLogContext<LOGGER extends com.google.common.flogger.AbstractLogger<API>,API extends GoogleLoggingApi<API>> - Class in com.google.common.flogger
-
Implementation of any Google specific extensions to the default fluent logging API.
- GoogleLogContext(Level, boolean) - Constructor for class com.google.common.flogger.GoogleLogContext
-
Creates a logging context for the GoogleLoggerApi.
- GoogleLogger - Class in com.google.common.flogger
-
The default Google specific implementation of
AbstractLoggerwhich extends the coreLoggingApito add Google specific functionality. - GoogleLogger.Api - Interface in com.google.common.flogger
-
See
GoogleLoggingApi. - GoogleLoggingApi<API extends GoogleLoggingApi<API>> - Interface in com.google.common.flogger
-
Google specific extensions to the fluent logging API.
- GoogleLoggingApi.NoOp<API extends GoogleLoggingApi<API>> - Class in com.google.common.flogger
-
An implementation of
GoogleLoggingApiwhich does nothing and discards all parameters.
N
- NoOp() - Constructor for class com.google.common.flogger.GoogleLoggingApi.NoOp
All Classes All Packages