Ejemplo n.º 1
0
        private string Catcher(Exception _ex)
        {
            Hlogger _hl = new Hlogger();

            _hl.Write2Log(_ex.ToString(),
                          HloggerCategories.Error,
                          HloggerPriority.High);
            string _rtn =  "<Results><Result><ERROR>" + _ex.ToString() + "</ERROR></Result></Results>";

            return _rtn;
        }
Ejemplo n.º 2
0
 public hppServices()
 {
     _hlog = new Hlogger();
 }
Ejemplo n.º 3
0
 public StsadmServices()
 {
     _hlog = new Hlogger();
 }