j-logger
2.0.10
common
j-logger
/
kr.jadekim.logger.pipeline
/
JLogPipe
JLog
Pipe
interface
JLogPipe
Inheritors
LoggerNameShorter
StdOutPrinter
TextFormatter
Members
Types
Key
Link copied to clipboard
interface
Key
<
Pipe
:
JLogPipe
>
Functions
handle
Link copied to clipboard
abstract
fun
handle
(
log
:
Log
)
:
Log
?
install
Link copied to clipboard
open
fun
install
(
pipeline
:
MutableList
<
JLogPipe
>
,
index
:
Int
)
Properties
key
Link copied to clipboard
abstract
val
key
:
JLogPipe.Key
<
out
JLogPipe
>