ChatLogger

interface ChatLogger

Interface for providing custom chat logger.

Functions

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

Logging function triggered at DEBUG log level severity.

Link copied to clipboard
abstract fun error(message: String, throwable: Throwable?)

Logging function triggered at ERROR log level severity.

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

Logging function triggered at INFO log level severity.

Inheritors

Link copied to clipboard