hexagon
2.8.6
jvm
logging_jul
/
com.hexagonkt.logging.jul
/
PatternFormat
Pattern
Format
class
PatternFormat
(
useColor
:
Boolean
,
messageOnly
:
Boolean
=
false
)
:
Formatter
A Formatter implements
Formatter
provides support for formatting Logs.
Members
Constructors
Pattern
Format
Link copied to clipboard
constructor
(
useColor
:
Boolean
,
messageOnly
:
Boolean
=
false
)
Functions
format
Link copied to clipboard
open
override
fun
format
(
record
:
LogRecord
)
:
String
format
Message
Link copied to clipboard
open
fun
formatMessage
(
p0
:
LogRecord
)
:
String
get
Head
Link copied to clipboard
open
fun
getHead
(
p0
:
Handler
)
:
String
get
Tail
Link copied to clipboard
open
fun
getTail
(
p0
:
Handler
)
:
String