Beispiel #1
0
 static Logger()
 {
     Log = new LoggAddinExt();
     try
     {
         YandexMetricaFolder.SetCurrent(Path.GetTempPath());
         YandexMetrica.Activate("4a039a94-ea44-43b7-9025-59a856dd7120");
         YandexMetrica.Config.CustomAppVersion = Commands.AcadLibVersion;
     }
     catch (Exception ex)
     {
         AutoCAD_PIK_Manager.Log.Error(ex, "YandexMetrica Activate error");
     }
 }
Beispiel #2
0
 static Logger()
 {
     Log = new LoggAddinExt(UserGroup);
 }
Beispiel #3
0
 static Logger()
 {
     Log = new LoggAddinExt();
 }