Dockware Scan
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Dockware Scan
dockware-core
/
ai.dockware.core.common
/
Log
Log
object
Log
Members
Functions
d
Link copied to clipboard
fun
d
(
tag
:
String
,
message
:
String
)
delete
Log
Files
Link copied to clipboard
fun
deleteLogFiles
(
baseDirPath
:
String
,
before
:
Instant
)
e
Link copied to clipboard
fun
e
(
tag
:
String
,
message
:
String
,
throwable
:
Throwable
?
=
null
)
get
Log
File
Link copied to clipboard
fun
getLogFile
(
)
:
Path
?
i
Link copied to clipboard
fun
i
(
tag
:
String
,
message
:
String
)
parse
Log
File
Date
Link copied to clipboard
fun
parseLogFileDate
(
file
:
Path
)
:
Instant
?
rotate
Log
File
Link copied to clipboard
fun
rotateLogFile
(
baseDirPath
:
String
,
fileName
:
String
?
=
"log_"
)
Rotates file logs are written to. If fileName is set to null, delete writing to a file.
w
Link copied to clipboard
fun
w
(
tag
:
String
,
message
:
String
,
throwable
:
Throwable
?
=
null
)