#include <CLESLog.h>
| Public Member Functions | |
| void | register_at (ControlDevice &Ctrl, const std::string &prefix) | 
| void | jerror (const char *msg) | 
| char * | trim (char *input) | 
| ldtype * | lookup (int mod, int loc) | 
| ldtype * | lookup (char *mod, char *loc) | 
| void | header () | 
| void | mark (ldtype *p) | 
| void | unmark () | 
| CLESLog () | |
| ~CLESLog () | |
| int | inactive () | 
| void | initialize () | 
| void | finalize () | 
| Static Public Attributes | |
| static int | reporting_level = 2 | 
| static bool | active_log = false | 
| static ldtype * | requested_last [100] | 
| static ldtype | logtable [] | 
| static std::string | _DefFile = "" | 
| static int | log_table_size = sizeof(CLESLog::logtable)/sizeof(CLESLog::ldtype) | 
| static int | log_indent = -1 | 
| static int | _trace = 0 | 
| static int | trace_indent = 0 | 
| Classes | |
| struct | ldtype | 
| CLESLog::CLESLog | ( | ) |  [inline] | 
| CLESLog::~CLESLog | ( | ) |  [inline] | 
| void CLESLog::finalize | ( | ) |  [inline] | 
| void CLESLog::header | ( | ) |  [inline] | 
| int CLESLog::inactive | ( | ) |  [inline] | 
| void CLESLog::initialize | ( | ) |  [inline] | 
| void CLESLog::jerror | ( | const char * | msg | ) |  [inline] | 
| ldtype* CLESLog::lookup | ( | char * | mod, | |
| char * | loc | |||
| ) |  [inline] | 
| ldtype* CLESLog::lookup | ( | int | mod, | |
| int | loc | |||
| ) |  [inline] | 
| void CLESLog::mark | ( | ldtype * | p | ) |  [inline] | 
| void CLESLog::register_at | ( | ControlDevice & | Ctrl, | |
| const std::string & | prefix | |||
| ) |  [inline] | 
| char* CLESLog::trim | ( | char * | input | ) |  [inline] | 
| void CLESLog::unmark | ( | ) |  [inline] | 
| std::string CLESLog::_DefFile = ""  [static] | 
| int CLESLog::_trace = 0  [static] | 
| bool CLESLog::active_log = false  [static] | 
| int CLESLog::log_indent = -1  [static] | 
| int CLESLog::log_table_size = sizeof(CLESLog::logtable)/sizeof(CLESLog::ldtype)  [static] | 
| CLESLog::ldtype CLESLog::logtable  [static] | 
Initial value:
 { 
    {false,  1 ,  1 ,  0 , 
     "CBC->EIGENSYSTEM", "CBC", "EIGENSYSTEM" },
    {false,  1 ,  2 ,  0 ,
     "CBC->REFPRESSURE", "CBC", "REFPRESSURE" },
    {false,  2 ,  1 ,  0 ,
     "ROE->STATES", "ROE", "STATES" },
    {false,  3 ,  1 ,  0 ,
     "TCD->STENCIL", "TCD", "STENCIL" }}
| int CLESLog::reporting_level = 2  [static] | 
| CLESLog::ldtype * CLESLog::requested_last  [static] | 
| int CLESLog::trace_indent = 0  [static] |