j-logger
2.0.10
common
j-logger
/
kr.jadekim.logger.pipeline
Package-level
declarations
Types
Functions
Types
JLog
Pipe
Link copied to clipboard
interface
JLogPipe
Logger
Name
Shorter
Link copied to clipboard
open
class
LoggerNameShorter
(
val
preferLength
:
Int
=
32
)
:
JLogPipe
Std
Out
Printer
Link copied to clipboard
class
StdOutPrinter
(
val
printStackTrace
:
Boolean
=
true
,
val
useStdErr
:
Boolean
=
true
)
:
JLogPipe
Text
Formatter
Link copied to clipboard
open
class
TextFormatter
(
var
printMeta
:
Boolean
=
true
)
:
JLogPipe
Functions
contains
Link copied to clipboard
fun
List
<
JLogPipe
>
.
contains
(
key
:
JLogPipe.Key
<
out
JLogPipe
>
)
:
Boolean
handle
Link copied to clipboard
fun
List
<
JLogPipe
>
.
handle
(
log
:
Log
)