@CheckReturnValue
Package io.spine.logging.flogger.util
Contains utilities for determining log site information.
- See Also:
- Original Java code of Google Flogger
-
Class Summary Class Description CallerFinder A helper class for determining callers of a specified class currently on the stack.Checks Flogger's own version of the GuavaPreconditionsclass for simple, often used checks.RecursionDepth A threal local counter, incremented whenever a log statement is being processed by the backend.StaticMethodCaller Helper to call a no-arg constructor or static getter to obtain an instance of a specified type.