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.