SimpleConsoleLogger
class SimpleConsoleLogger(name: String, nowEpochMillis: () -> Long = { System.currentTimeMillis() }) : KtaleLogger
Minimal console logger used by the fake platform and as a fallback.
Minimal console logger used by the fake platform and as a fallback.