#include <SALOME_Trace.hxx>

Data Structures | |
| class | SALOME_Trace |
Public Member Functions | |
| virtual | ~SALOME_Trace () |
| int | Initialize (CORBA::ORB_ptr theOrb) |
| void | putMessage (std::ostream &msg) |
Static Public Member Functions | |
| static SALOME_Trace & | Instance () |
Data Fields | |
| string | trace = "local" |
Protected Member Functions | |
| SALOME_Trace () | |
Protected Attributes | |
| SALOME_Logger::Logger_var | m_pInterfaceLogger |
| int | isInitialized |
|
virtual |
|
protected |
References isInitialized.
| int SALOME_Trace::Initialize | ( | CORBA::ORB_ptr | theOrb | ) |
References isInitialized, m_pInterfaceLogger, pythfilter::name, and KERNEL_PY.batchmode_salome::obj.
|
static |
| void SALOME_Trace::putMessage | ( | std::ostream & | msg | ) |
References m_pInterfaceLogger.
|
protected |
Referenced by Initialize(), and SALOME_Trace().
|
protected |
Referenced by Initialize(), SALOME_Trace.SALOME_Trace::putMessage(), and putMessage().
| string SALOME_Trace.trace = "local" |