Class FloggerLogString

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.flogger.FloggerLogString
All Implemented Interfaces:
BugChecker.MethodInvocationTreeMatcher, Suppressible, Serializable

public class FloggerLogString extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Detects invocations of LoggingApi.log(String) for which the argument is not a compile-time constant and provides suggested alternatives.

Currently the suggestions are only made in the error message; eventually most of these things should be actual suggested fixes.

See Also: