LogWriter

interface LogWriter

A functional interface representing a logger.

Implementations of this interface are responsible for handling log messages, along with optional Throwable and tags.

Since

04/11/24

See also

Functions

Link copied to clipboard
abstract fun writeLog(message: String, tag: String = "PDFPreview")
abstract fun writeLog(throwable: Throwable, tag: String = "PDFPreview")