Fan.Sys.LogLevel.LogLevel C# (CSharp) Method

LogLevel() private method

private LogLevel ( int ord, string name )
ord int
name string
        private LogLevel(int ord, string name)
        {
            Enum.make_(this, ord, System.String.Intern(name));
              this.m_ord = ord;
        }