Package-level declarations
Types
Link copied to clipboard
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.
Link copied to clipboard
Debug implementation of AiutaLogger that uses platform-specific native logging. This logger is primarily used for development and debugging purposes.