LogLevel

public enum LogLevel
  • No log output (the default).

    Declaration

    Swift

    case none
  • Verbose, show all computations and its values.

    Declaration

    Swift

    case verbose
  • Show all computations.

    Declaration

    Swift

    case info
  • Only show errors if encountered any.

    Declaration

    Swift

    case error