Ejemplo n.º 1
0
 //
 public ViLogInterface(ViLogLevel type, string description)
 {
     _type        = type;
     _name        = description;
     _description = description.Split(new char[] { '&' }, StringSplitOptions.None);
     _idx         = Register(_name);
 }
Ejemplo n.º 2
0
 public ViLogEx(ViLogLevel type, string description) : base(type, description)
 {
 }