BoomerangLogger

Interface for logging operations within the Boomerang library.

This interface provides a simple logging mechanism that can be implemented by applications to integrate with their preferred logging system. The library uses this interface to log important operations like storing and retrieving values.

Logging is completely optional and disabled by default. To enable logging, set a logger implementation in BoomerangConfig.logger.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

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

Logs a message with the specified tag.