arch-lumber

//Lumber/br.com.arch.toolkit.lumber

Package-level declarations

Types

Name Summary
DebugOak [common]
expect open class DebugOak : Lumber.Oak
A platform-specific implementation of Lumber.Oak designed for development logging.
[android]
actual open class DebugOak : Lumber.Oak
Android-specific implementation of Lumber.Oak, delegating logs to the Android’s Log framework.
[apple]
actual open class DebugOak : Lumber.Oak
The Apple-specific implementation of DebugOak (iOS, macOS, etc.) that logs messages to the standard output using println with ANSI color coding.
[js]
actual open class DebugOak : Lumber.Oak
The JavaScript-specific implementation of DebugOak, which delegates all log messages to the native console object.
[jvm]
actual open class DebugOak : Lumber.Oak
The JVM-specific implementation of DebugOak that logs messages to the standard output (stdout) with ANSI color coding.
[wasmJs]
actual open class DebugOak : Lumber.Oak
The WasmJS-specific implementation of DebugOak, which delegates all log messages to the native JavaScript console object via helper functions.
Lumber [common]
class Lumber
A lightweight and extensible logging library for Kotlin Multiplatform, inspired by Timber.