ConsoleLogger
Implementation of the ILogger interface that logs messages to the Android console using Log.
This logger converts logging levels into Android's log priority constants and outputs messages to the system's log buffer, typically viewable via Logcat.
Default platform console logger implementation used when no custom ILogger is supplied.
Desktop console logger that writes formatted messages to standard output.
iOS console logger that writes formatted messages to standard output for Xcode console viewing.
Web console logger that writes messages to the browser console.
Each level is routed to the matching console method so that browser developer tools apply their own severity styling and level filters to LoKdroid output.