hexagon
2.3.1
core
/
com.hexagonkt.core.logging.jul
/
PatternFormat
Pattern
Format
class
PatternFormat
(
useColor
:
Boolean
,
messageOnly
:
Boolean
=
false
)
:
Formatter
A Formatter implements
Formatter
provides support for formatting Logs.
Types
Constructors
Functions
Constructors
Pattern
Format
Link copied to clipboard
fun
PatternFormat
(
useColor
:
Boolean
,
messageOnly
:
Boolean
=
false
)
Types
Companion
Link copied to clipboard
object
Companion
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