Package-level declarations
Types
Link copied to clipboard
A logcat logger that delegates to android.util.Log for any log with a priority of at least minPriorityInt, and is otherwise a no-op.
Link copied to clipboard
interface LogcatLogger
Link copied to clipboard
An enum for log priorities that map to android.util.Log priority constants without a direct import.
Link copied to clipboard
A LogcatLogger that always logs and delegates to println concatenating the tag and message, separated by a space. Alternative to AndroidLogcatLogger when running on a JVM.