Logger

public class Logger

Undocumented

  • Undocumented

    Declaration

    Swift

    public static let shared: Logger
  • Undocumented

    Declaration

    Swift

    public func log(_ logType: LogType = .infoLog,
                    message: String = .empty,
                    line: Int = #line,
                    function: String = #function,
                    file: String = #file)