Skip to content

Commit c0471d0

Browse files
cleanup lazy logs (#6447)
1 parent 6690787 commit c0471d0

File tree

1 file changed

+2
-5
lines changed
  • libnavigation-util/src/main/java/com/mapbox/navigation/utils/internal

1 file changed

+2
-5
lines changed

libnavigation-util/src/main/java/com/mapbox/navigation/utils/internal/LoggerProvider.kt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,5 @@ inline fun logE(category: String? = null, lazyMsg: () -> String) {
118118
}
119119
}
120120

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

0 commit comments

Comments
 (0)