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.