Package com.google.errorprone.bugpatterns.flogger
-
Class Summary Class Description FloggerArgumentToString ABugChecker
; see the associatedBugPattern
annotation for details.FloggerFormatString FloggerLogString Detects invocations ofLoggingApi.log(String)
for which the argument is not a compile-time constant and provides suggested alternatives.FloggerLogVarargs FloggerLogWithCause Flags cases where there is an exception available that could be set as the cause in a log message.FloggerMessageFormat FloggerPassedAround Flags flogger instances being passed around.FloggerRedundantIsEnabled FloggerRequiredModifiers Ensures that class-level FluentLogger objects are private static final.FloggerSplitLogStatement Bugpattern to prevent splitting flogger log invocations into multiple statements.FloggerStringConcatenation ABugChecker
; see the associatedBugPattern
annotation for details.FloggerWithCause Flogger's withCause(Throwable) method checksFloggerWithoutCause Detects Flogger log statements that pass Exceptions to the log method instead of using withCause.