DILogLevel

public enum DILogLevel: Equatable

Log levels. Needed for a better understanding of logs, and clipping

  • After an error, a application can not be executable

    Declaration

    Swift

    case error
  • Verbose is needed to understand what is happening

    Declaration

    Swift

    case verbose