Logging message with AliLog
authoralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 19 Nov 2005 13:42:38 +0000 (13:42 +0000)
committeralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 19 Nov 2005 13:42:38 +0000 (13:42 +0000)
macros/ConfigPPR.C
macros/loadlibs.C

index c37d30ee60e8500f20d8dd6d293c322cccbc7e23..0e93821e79bf89714f46462833e422677450c8eb 100644 (file)
@@ -160,7 +160,8 @@ void Config()
 
     AliRunLoader* rl=0x0;
 
-    cout<<"Config.C: Creating Run Loader ..."<<endl;
+    AliLog::Message(AliLog::kInfo, "Creating Run Loader", "", "", "Config()"," ConfigPPR.C", __LINE__);}
+
     rl = AliRunLoader::Open("galice.root",
                            AliConfig::GetDefaultEventFolderName(),
                            "recreate");
index 0e872a1af59b27b3b8a4cf3f6def791928ed5080..1d2a653c0ba86b840dc02026dbd0b0f47841ae01 100644 (file)
@@ -13,7 +13,7 @@ void loadlibs ()
 
   // Uncomment the following line for macosx
   // Waiting for a better solution
-  // gSystem->Load("libg2c_sh");
+  gSystem->Load("libg2c_sh");
   gSystem->Load("libmicrocern");
   gSystem->Load("libpdf");
   gSystem->Load("libpythia6");