You will be given a list of space-separated log levels. Find the total integer value of the given log level set.
Standard logging for JVM
Handler Classes
Report a typo
Sample Input 1:
info severeSample Output 1:
1800Write a program in Kotlin
fun main() {
// put your code here
}
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.