LoggerAware

interface LoggerAware

Interface for detectors that require logging capability.

Implement this interface in detectors that need to log information, warnings, or errors during tamper detection. The logger instance can be injected or set by the detection framework.

Inheritors

Properties

Link copied to clipboard
abstract var logger: Logger

Logger instance used for logging within the detector.