Ejemplo n.º 1
0
 public BasePerfMonAppender(Zetbox.API.Configuration.ZetboxConfig cfg)
 {
     if (cfg == null)
     {
         throw new ArgumentNullException("cfg");
     }
     //InstanceName = string.Format("{0} - {1}", AppDomain.CurrentDomain.FriendlyName, Process.GetCurrentProcess().Id);
     InstanceName = cfg.ConfigName;
 }
Ejemplo n.º 2
0
 public PerfMonAppender(Zetbox.API.Configuration.ZetboxConfig cfg)
     : base(cfg)
 {
 }