rd-core
2023.2.3
rd-core
/
com.jetbrains.rd.util
/
Logger
Logger
interface
Logger
Content copied to clipboard
Types
Functions
Extensions
Inheritors
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
is
Enabled
Link copied to clipboard
abstract
fun
isEnabled
(
level
:
LogLevel
)
:
Boolean
Content copied to clipboard
log
Link copied to clipboard
abstract
fun
log
(
level
:
LogLevel
,
message
:
Any
?
,
throwable
:
Throwable
?
)
Content copied to clipboard
Inheritors
SwitchLogger
Link copied to clipboard
Extensions
catch
Link copied to clipboard
inline
fun
Logger
.
catch
(
comment
:
String
?
,
action
:
(
)
->
Unit
)
Content copied to clipboard
inline
fun
Logger
.
catch
(
action
:
(
)
->
Unit
)
Content copied to clipboard
debug
Link copied to clipboard
inline
fun
Logger
.
debug
(
msg
:
(
)
->
Any
?
)
Content copied to clipboard
error
Link copied to clipboard
inline
fun
Logger
.
error
(
msg
:
(
)
->
Any
?
)
Content copied to clipboard
fun
Logger
.
error
(
msg
:
String
?
,
throwable
:
Throwable
)
Content copied to clipboard
fun
Logger
.
error
(
throwable
:
Throwable
)
Content copied to clipboard
info
Link copied to clipboard
inline
fun
Logger
.
info
(
msg
:
(
)
->
Any
?
)
Content copied to clipboard
log
Link copied to clipboard
inline
fun
Logger
.
log
(
level
:
LogLevel
,
msg
:
(
)
->
Any
?
)
Content copied to clipboard
trace
Link copied to clipboard
inline
fun
Logger
.
trace
(
msg
:
(
)
->
Any
?
)
Content copied to clipboard
warn
Link copied to clipboard
inline
fun
Logger
.
warn
(
msg
:
(
)
->
Any
?
)
Content copied to clipboard