NoLogger

public class NoLogger : SwiftQueueLogger

Class to ignore all kind of logs

  • Singleton instance to avoid multiple instance across all queues

    Declaration

    Swift

    public static let shared: NoLogger
  • Default implementation that will not log anything

    Declaration

    Swift

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