core/com.tealium.prism.core.api.logger/LogHandler/log log abstract fun log(category: String, message: String, logLevel: LogLevel)Logs a message with a specified category.ParameterscategoryThe category or identifier associated with the log message.messageThe log message to be recorded.logLevelThe log level of the message.