00001 // Author: V.Fine (fine@bnl.gov) 00002 // ROOT macro to load and initialize the STAR messager with log4cxx implementation 00003 void LoadLogger() { 00004 // gSystem->Load("logger/lib/liblog4cxx.so"); 00005 gSystem->Load("liblog4cxx.so"); 00006 gSystem->Load("St_base.so"); 00007 gSystem->Load("StStarLogger.so"); 00008 StLoggerManager::StarLoggerInit(); 00009 }
1.5.9