HAGlobal

public enum HAGlobal

Global scoping of outward-facing dependencies used within the library

  • The log level

    See more

    Declaration

    Swift

    public enum LogLevel
  • log

    Verbose logging from the library; defaults to not doing anything

    Declaration

    Swift

    public static var log: (LogLevel, String) -> Void
  • Used to mutate date handling for reconnect retrying

    Declaration

    Swift

    public static var date: () -> Date