We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b6a5c commit 4ab85b3Copy full SHA for 4ab85b3
src/main/kotlin/com/coditory/sample/Runner.kt
@@ -7,7 +7,7 @@ object Runner {
7
8
@JvmStatic
9
fun main(args: Array<String>) {
10
- log.info { "Hello world!" }
+ log.info { "Hello world!!!" }
11
Klog.stopAndFlush()
12
}
13
0 commit comments