#include <MJLogger.hh>
Public Types | |
enum | Severity { debugging = -1, trace = 0, routine, warning, error, fatal } |
Static Public Member Functions | |
Severity | GetSeverity () |
ostream & | msg (MJLogger::Severity severity, const char *facility, const char *code) |
void | SetSeverity (Severity sever) |
void | endlog (ostream &s) |
Protected Member Functions | |
MJLogger () | |
MJLogger (const MJLogger &) | |
~MJLogger () | |
Static Private Member Functions | |
char * | toString (Severity) |
Static Private Attributes | |
ostream * | _myOstream |
ostream * | _myErrstream |
ostream * | _myNullstream |
Severity | _minSeverity = MJLogger::debugging |
bool | _doPrint = true |
|
Definition at line 81 of file MJLogger.hh. |
|
Definition at line 69 of file MJLogger.cc. |
|
Definition at line 72 of file MJLogger.cc. |
|
Definition at line 76 of file MJLogger.cc. |
|
Definition at line 100 of file MJLogger.cc. References _myOstream. Referenced by endlog(). |
|
Definition at line 104 of file MJLogger.hh. Referenced by MJGeneratorTUNLFEL::BeginOfRunAction(), MJGeometryDetectorConstruction::BuildAllMaterialsInDatabase(), and MJOutputRoot::CloseRootFile(). |
|
Definition at line 81 of file MJLogger.cc. References _doPrint, _myOstream, and toString(). |
|
Definition at line 109 of file MJLogger.hh. Referenced by MJManagerMessenger::SetNewValue(). |
|
Definition at line 104 of file MJLogger.cc. Referenced by msg(). |
|
Definition at line 67 of file MJLogger.cc. Referenced by msg(). |
|
Definition at line 63 of file MJLogger.cc. |
|
|
|
|
|
|