Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,5 @@ inline fun logE(category: String? = null, lazyMsg: () -> String) {
}
}

/**
* Should not be used directly.
* Added to support inline calls. Public inline functions can use only public API inside.
*/
fun logLevel() = LoggerProvider.frontend.getLogLevel()
@PublishedApi
internal fun logLevel() = LoggerProvider.frontend.getLogLevel()