FileLoggerSetup

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class Daily(val folder: String, val fileBaseName: String, val fileExtension: String, filesToKeep: Int) : BaseFileLoggerSetup
Link copied to clipboard
class FileSize(val folder: String, val fileBaseName: String, val fileExtension: String, filesToKeep: Int, maxFileSizeInBytes: Int) : BaseFileLoggerSetup
Link copied to clipboard
class SingleFile(val folder: String, fileName: String, val fileExtension: String) : BaseFileLoggerSetup

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract suspend fun clearLogFiles()
Link copied to clipboard
Link copied to clipboard
abstract fun getAllExistingLogFilePaths(): List<Path>
Link copied to clipboard
abstract fun getLatestLogFilePath(): Path?
Link copied to clipboard
abstract fun onLogged(scope: CoroutineScope)