j-logger
2.0.10
common
j-logger
/
kr.jadekim.logger.pipeline
/
TextFormatter
Text
Formatter
open
class
TextFormatter
(
var
printMeta
:
Boolean
=
true
)
:
JLogPipe
Members
Constructors
Text
Formatter
Link copied to clipboard
constructor
(
printMeta
:
Boolean
=
true
)
Types
Key
Link copied to clipboard
object
Key
:
JLogPipe.Key
<
TextFormatter
>
Functions
handle
Link copied to clipboard
open
override
fun
handle
(
log
:
Log
)
:
SerializedLog.String
install
Link copied to clipboard
open
fun
install
(
pipeline
:
MutableList
<
JLogPipe
>
,
index
:
Int
)
Properties
key
Link copied to clipboard
open
override
val
key
:
TextFormatter.Key
print
Meta
Link copied to clipboard
var
printMeta
:
Boolean