AAkira / Napier

Logging library for Kotlin Multiplatform
Apache License 2.0
786 stars 34 forks source link

Napier.base documentation #34

Closed Xtizainy closed 4 years ago

Xtizainy commented 4 years ago

It is not clear from documentation if Napier.base should be called only in debug builds like

if (BuildConfig.DEBUG) {
        Napier.base(DebugAntilog())
}

or does the call do it internally?

Xtizainy commented 4 years ago

My bad. It is implicitly written below in section advancement