mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Remove public.
This commit is contained in:
parent
451ddf3590
commit
914f2527a6
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ fun Any.error(text: String, e: Throwable? = null) {
|
||||||
}
|
}
|
||||||
|
|
||||||
object KobaltLogger {
|
object KobaltLogger {
|
||||||
public var LOG_LEVEL: Int = 1
|
var LOG_LEVEL: Int = 1
|
||||||
|
|
||||||
val logger: Logger get() =
|
val logger: Logger get() =
|
||||||
if (Kobalt.context != null) {
|
if (Kobalt.context != null) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue