Package-level declarations

Types

Link copied to clipboard
public final class CallerFinder
A helper class for determining callers of a specified class currently on the stack.
Link copied to clipboard
public class Checks
Flogger's own version of the Guava Preconditions class for simple, often used checks.
Link copied to clipboard
public final class RecursionDepth implements Closeable
A threal local counter, incremented whenever a log statement is being processed by the backend.
Link copied to clipboard
public final class StaticMethodCaller
Helper to call a no-arg constructor or static getter to obtain an instance of a specified type.