Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 296 Bytes

File metadata and controls

21 lines (14 loc) · 296 Bytes

Usage

Overview

Library is pre-configured in the app module.

Example

import io.github.aakira.napier.Napier

class Application {

    init { Napier.base(DebugAntilog()) }
    
    @JvmStatic
    fun main(args: Array<String>) {
        Napier.i { "Hello World" }
    }
}