Class FloggerLogWithCause

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

public final class FloggerLogWithCause extends BugChecker implements BugChecker.CatchTreeMatcher
Flags cases where there is an exception available that could be set as the cause in a log message.
See Also: