kotlin-jupyter-kernel
Toggle table of contents
0.13.0-481-1
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
shared-compiler
/
org.jetbrains.kotlinx.jupyter.repl.logging
/
LoggingManager
Logging
Manager
interface
LoggingManager
Inheritors
Slf4jLoggingManager
Members
Functions
disable
Logging
Link copied to clipboard
abstract
fun
disableLogging
(
)
is
Logging
Enabled
Link copied to clipboard
abstract
fun
isLoggingEnabled
(
)
:
Boolean
main
Logger
Level
Link copied to clipboard
abstract
fun
mainLoggerLevel
(
)
:
Level
set
Root
Logging
Level
Link copied to clipboard
abstract
fun
setRootLoggingLevel
(
level
:
Level
)