LoggerStrategy

interface LoggerStrategy

Interface for strategies that saves the location logs.

Important: This is a Public Preview API. It may be changed or removed at any time.

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.