#include <SALOME_Trace.hxx>

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 () |
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, and m_pInterfaceLogger.
|
static |
| void SALOME_Trace::putMessage | ( | std::ostream & | msg | ) |
References m_pInterfaceLogger.
|
protected |
Referenced by Initialize(), and SALOME_Trace().
|
protected |
Referenced by Initialize(), and putMessage().