DILogLevel

public enum DILogLevel: Equatable

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

  • none: disable all logs
  • error: After an error, a application can not be executable
  • Warning

    Warning should pe paid attention and analyzed
  • info: Information is needed to understand what is happening