in src/main/kotlin/com/compiler/server/compiler/components/CompilationLogger.kt [45:47]
override fun info(msg: String) { if (isDebugEnabled) println("[INFO] $msg") }