// ----- this file has been automatically generated - do not edit

/**
 * |           |                                                            |
 * |-----------|------------------------------------------------------------|
 * | namespace |http://opcfoundation.org/UA/                                |
 * | nodeClass |DataType                                                    |
 * | name      |DiagnosticsLevel                                            |
 * | isAbstract|false                                                       |
 */
export enum EnumDiagnosticsLevel  {
  Basic = 0,
  Advanced = 1,
  Info = 2,
  Log = 3,
  Debug = 4,
}