Package-level declarations

Types

Link copied to clipboard
actual open class DebugOak : Lumber.Oak

Android DebugOak backed by Log.

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.

expect open class DebugOak : Lumber.Oak

Default development Lumber.Oak for each supported platform.

actual open class DebugOak : Lumber.Oak

The JavaScript-specific implementation of DebugOak, which delegates all log messages to the native console object.

actual open class DebugOak : Lumber.Oak

The JVM-specific implementation of DebugOak that logs messages to the standard output (stdout) with ANSI color coding.

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.

Link copied to clipboard
class Lumber

Main entry point for Arch Lumber logging.