Lumberjack
Toggle table of contents
android
common
jvm
Target filter
android
common
jvm
Switch theme
Search in API
Skip to content
Lumberjack
core
/
com.michaelflisar.lumberjack.core.interfaces
/
IFileLoggingSetup
IFile
Logging
Setup
interface
IFileLoggingSetup
:
Parcelable
Members
Members & Extensions
Properties
file
Converter
Link copied to clipboard
abstract
val
fileConverter
:
IFileConverter
Functions
clear
Log
Files
Link copied to clipboard
abstract
suspend
fun
clearLogFiles
(
)
get
All
Existing
Log
File
Paths
Link copied to clipboard
abstract
fun
getAllExistingLogFilePaths
(
)
:
List
<
Path
>
get
All
Existing
Log
Files
Link copied to clipboard
android
jvm
fun
IFileLoggingSetup
.
getAllExistingLogFiles
(
)
:
List
<
File
>
fun
IFileLoggingSetup
.
getAllExistingLogFiles
(
)
:
List
<
File
>
get
Latest
Log
File
Link copied to clipboard
android
jvm
fun
IFileLoggingSetup
.
getLatestLogFile
(
)
:
File
?
fun
IFileLoggingSetup
.
getLatestLogFile
(
)
:
File
?
get
Latest
Log
File
Path
Link copied to clipboard
abstract
fun
getLatestLogFilePath
(
)
:
Path
?