lib
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
lib
lib
/
at.bitfire.synctools.log
/
PlainTextFormatter
Plain
Text
Formatter
class
PlainTextFormatter
(
withTime
:
Boolean
,
withSource
:
Boolean
,
padSource
:
Int
=
0
,
withException
:
Boolean
,
lineSeparator
:
String
?
)
:
Formatter
Logging formatter for logging as formatted plain text.
Members
Constructors
Plain
Text
Formatter
Link copied to clipboard
constructor
(
withTime
:
Boolean
,
withSource
:
Boolean
,
padSource
:
Int
=
0
,
withException
:
Boolean
,
lineSeparator
:
String
?
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
format
Link copied to clipboard
open
override
fun
format
(
r
:
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
short
Class
Name
Link copied to clipboard
fun
shortClassName
(
className
:
String
)
:
String