LoggerStrategy

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface LoggerStrategy

Interface for strategies that saves the location logs.

Inheritors

Functions

Link copied to clipboard
abstract fun log(message: String)

Log the single line message.

abstract fun log(message: List<String>)

Log the multiline message. Each list element represents one line.

Link copied to clipboard
abstract fun start(fileExtension: FileExtension)

Enable LoggerStrategy to register logs.