toggle menu
IntelliJPlatformGradlePlugin
2.0.0
jvm
switch theme
search in API
IntelliJPlatformGradlePlugin
/
org.jetbrains.intellij.platform.gradle.utils
/
Logger
Logger
class
Logger
(
cls
:
Class
<
*
>
)
Members
Constructors
Logger
Link copied to clipboard
constructor
(
cls
:
Class
<
*
>
)
Functions
debug
Link copied to clipboard
fun
debug
(
message
:
String
,
e
:
Throwable
?
=
null
)
error
Link copied to clipboard
fun
error
(
message
:
String
,
e
:
Throwable
?
=
null
)
info
Link copied to clipboard
fun
info
(
message
:
String
,
e
:
Throwable
?
=
null
)
lifecycle
Link copied to clipboard
fun
lifecycle
(
message
:
String
,
e
:
Throwable
?
=
null
)
quiet
Link copied to clipboard
fun
quiet
(
message
:
String
,
e
:
Throwable
?
=
null
)
trace
Link copied to clipboard
fun
trace
(
message
:
String
,
e
:
Throwable
?
=
null
)
warn
Link copied to clipboard
fun
warn
(
message
:
String
,
e
:
Throwable
?
=
null
)