@CheckReturnValue public final class GoogleLogger extends com.google.common.flogger.AbstractLogger<GoogleLogger.Api>
AbstractLogger which extends the core
LoggingApi to add Google specific functionality.| Modifier and Type | Class and Description |
|---|---|
static interface |
GoogleLogger.Api
See
GoogleLoggingApi. |
| Modifier and Type | Method and Description |
|---|---|
GoogleLogger.Api |
at(java.util.logging.Level level) |
static GoogleLogger |
forEnclosingClass()
Returns a new Google specific logger instance using printf style message formatting.
|
static GoogleLogger |
forInjectedClassName(java.lang.String className)
Deprecated.
prefer forEnclosingClass(); this method exists only to support
compile-time log site injection.
|
public static GoogleLogger forEnclosingClass()
@Deprecated public static GoogleLogger forInjectedClassName(java.lang.String className)
public GoogleLogger.Api at(java.util.logging.Level level)
at in class com.google.common.flogger.AbstractLogger<GoogleLogger.Api>