Package-level declarations
Public surface. Log is the simple tag-based facade (Log.i, Log.withTag, Log.withClassTag, T.loggerI extensions). Logger is the structured API with a message lambda, the AttrBuilder DSL, and withContext(...) binding. LoggerFactory resolves and caches loggers by tag. LogLevel is the severity ladder (VERBOSE..FATAL, OFF).
Types
Link copied to clipboard
object LoggerFactory
The main entry point for configuring the logging pipeline and obtaining Logger instances.
Link copied to clipboard
A fixed-tag wrapper around Log.
Link copied to clipboard
interface StructuredLogger
Interface defining the core logging capability for structured loggers.
Properties
Link copied to clipboard
The default tag used when no explicit tag is provided to Log.