LSLog

final class LSLog

LicenseSpring log system.

  • log

    Log handler to write log messages. Setup this variable to deliver LicenseSpring logs to console/file output.

    Declaration

    Swift

    static var log: ((LSLog.Level, @autoclosure () -> Any) -> Void)?
  • LicenseSpring log level.

    See more

    Declaration

    Swift

    enum Level
    extension LSLog.Level : Equatable, Hashable, RawRepresentable