AiutaLogger
interface AiutaLogger
AiutaLogger is an interface that defines the contract for logging functionality across the application. It provides methods for logging messages at different priority levels and includes convenience extension functions for each log level.
The logger supports:
Different priority levels (VERBOSE, DEBUG, INFO, WARN, ERROR)
Optional tags to identify the source of the log
Optional throwable objects for error logging
Custom messages
See also
for available logging priority levels