toggle menu
utils
241.99999-SNAPSHOT
jvm
switch theme
search in API
utils
/
com.jetbrains.packagesearch.plugin.utils
/
PluginLogger
Plugin
Logger
interface
PluginLogger
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
log
Debug
Link copied to clipboard
abstract
fun
logDebug
(
message
:
String
,
throwable
:
Throwable
?
=
null
)
abstract
fun
logDebug
(
contextName
:
String
?
=
null
,
throwable
:
Throwable
?
=
null
,
messageProvider
:
(
)
->
String
)
abstract
fun
logDebug
(
contextName
:
String
?
=
null
,
throwable
:
Throwable
?
=
null
,
message
:
String
?
=
null
)
log
Error
Link copied to clipboard
abstract
fun
logError
(
message
:
String
,
throwable
:
Throwable
?
=
null
)
abstract
fun
logError
(
contextName
:
String
?
=
null
,
throwable
:
Throwable
?
=
null
,
messageProvider
:
(
)
->
String
)
log
Info
Link copied to clipboard
abstract
fun
logInfo
(
message
:
String
,
throwable
:
Throwable
?
=
null
)
abstract
fun
logInfo
(
contextName
:
String
?
=
null
,
throwable
:
Throwable
?
=
null
,
messageProvider
:
(
)
->
String
)
log
TODO
Link copied to clipboard
abstract
fun
logTODO
(
)
log
Trace
Link copied to clipboard
abstract
fun
logTrace
(
message
:
String
)
abstract
fun
logTrace
(
throwable
:
Throwable
)
log
Warn
Link copied to clipboard
abstract
fun
logWarn
(
message
:
String
,
throwable
:
Throwable
?
=
null
)
abstract
fun
logWarn
(
contextName
:
String
?
=
null
,
throwable
:
Throwable
?
=
null
,
messageProvider
:
(
)
->
String
)