SwiftQueueLogger

public protocol SwiftQueueLogger

Protocol to implement for implementing your custom logger

  • Function called by the library to log an event

    Declaration

    Swift

    func log(_ level: LogLevel, jobId: @autoclosure () -> String, message: @autoclosure () -> String)