StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
macros
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
}
Generated by
1.8.5