core/com.tealium.prism.core.api.logger/LogHandler LogHandler interface LogHandlerLogHandler is responsible for handling and recording log messages. Members Functions log Link copied to clipboard abstract fun log(category: String, message: String, logLevel: LogLevel)Logs a message with a specified category.