klip
0.4.1
klip-kotlin-plugin
/
dev.petuska.klip.plugin.util
/
KlipLogger
Klip
Logger
class
KlipLogger
(
collector
:
MessageCollector
,
filePath
:
String
?
)
:
Logger
Content copied to clipboard
Constructors
Functions
Constructors
Klip
Logger
Link copied to clipboard
fun
KlipLogger
(
collector
:
MessageCollector
,
filePath
:
String
?
)
Content copied to clipboard
Functions
error
Link copied to clipboard
open
override
fun
error
(
message
:
String
)
Content copied to clipboard
fatal
Link copied to clipboard
open
override
fun
fatal
(
message
:
String
)
:
Nothing
Content copied to clipboard
invoke
Link copied to clipboard
operator
fun
invoke
(
message
:
(
)
->
Any
?
)
Content copied to clipboard
log
Link copied to clipboard
open
override
fun
log
(
message
:
String
)
Content copied to clipboard
warning
Link copied to clipboard
open
override
fun
warning
(
message
:
String
)
Content copied to clipboard