|
INTRODUCTION Overview Download and Install Documentation Publications REPOSITORY Libraries DEVELOPER Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
tracer.h 136 virtual void info( const std::string &subsystem, const std::string &message, int level=1, bool localOnly=false ) = 0;
144 virtual void warning( const std::string &subsystem, const std::string &message, int level=1, bool localOnly=false ) = 0;
152 virtual void error( const std::string &subsystem, const std::string &message, int level=1, bool localOnly=false ) = 0;
160 virtual void debug( const std::string &subsystem, const std::string &message, int level=1, bool localOnly=false ) = 0;
176 virtual void subsystemDebug( const std::string &subsystem, const std::string &message, int level=1 )
|
1.4.5