toggle menu
foundation
0.26.1
jvm
switch theme
search in API
foundation
/
org.jetbrains.jewel.foundation.util
/
JewelLogger
Jewel
Logger
@
ApiStatus.NonExtendable
abstract
class
JewelLogger
A wrapper which uses either IDE logging subsystem (if available) or java.util.logging.
Members
Constructors
Jewel
Logger
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
debug
Link copied to clipboard
fun
debug
(
message
:
String
?
)
fun
debug
(
t
:
Throwable
)
abstract
fun
debug
(
message
:
String
?
,
t
:
Throwable
?
)
error
Link copied to clipboard
fun
error
(
message
:
String
?
)
fun
error
(
t
:
Throwable
)
abstract
fun
error
(
message
:
String
?
,
t
:
Throwable
?
)
info
Link copied to clipboard
fun
info
(
message
:
String
?
)
fun
info
(
t
:
Throwable
)
abstract
fun
info
(
message
:
String
?
,
t
:
Throwable
?
)
trace
Link copied to clipboard
fun
trace
(
message
:
String
?
)
fun
trace
(
t
:
Throwable
)
abstract
fun
trace
(
message
:
String
?
,
t
:
Throwable
?
)
warn
Link copied to clipboard
fun
warn
(
message
:
String
?
)
fun
warn
(
t
:
Throwable
)
abstract
fun
warn
(
message
:
String
?
,
t
:
Throwable
?
)