toggle menu
Spring Boot Kotlin API
3.3.11-SNAPSHOT
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.logging.java
/
SimpleFormatter
Simple
Formatter
open
class
SimpleFormatter
:
Formatter
Simple 'Java Logging'
Formatter
.
Author
Phillip Webb
Since
1.0.0
Members
Constructors
Simple
Formatter
Link copied to clipboard
constructor
(
)
Functions
format
Link copied to clipboard
open
fun
format
(
record
:
LogRecord
)
:
String
format
Message
Link copied to clipboard
open
fun
formatMessage
(
record
:
LogRecord
)
:
String
get
Head
Link copied to clipboard
open
fun
getHead
(
h
:
Handler
)
:
String
get
Tail
Link copied to clipboard
open
fun
getTail
(
h
:
Handler
)
:
String