diff --git a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/misc/KobaltLogger.kt b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/misc/KobaltLogger.kt index d737e7df..beb9f4ed 100644 --- a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/misc/KobaltLogger.kt +++ b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/misc/KobaltLogger.kt @@ -37,7 +37,7 @@ fun Any.error(text: String, e: Throwable? = null) { } object KobaltLogger { - public var LOG_LEVEL: Int = 1 + var LOG_LEVEL: Int = 1 val logger: Logger get() = if (Kobalt.context != null) {