Class FloggerWithoutCause

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

public class FloggerWithoutCause extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Detects Flogger log statements that pass Exceptions to the log method instead of using withCause.
See Also: