StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
LoadLogger.C
1 // Author: V.Fine (fine@bnl.gov)
2 // ROOT macro to load and initialize the STAR messager with log4cxx implementation
3 void LoadLogger() {
4  // gSystem->Load("logger/lib/liblog4cxx.so");
5  gSystem->Load("liblog4cxx.so");
6  gSystem->Load("St_base.so");
7  gSystem->Load("StStarLogger.so");
8  StLoggerManager::StarLoggerInit();
9 }