Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 245 Bytes

File metadata and controls

19 lines (13 loc) · 245 Bytes

Usage

Overview

Library is pre-configured in the app module.

Example

import co.touchlab.kermit.Logger

class Application {

    @JvmStatic
    fun main(args: Array<String>) {
        Logger.i { "Hello World" }
    }
}