|
typedef std::unordered_map< std::string, TraceMasks > | TraceLevelMap |
|
typedef std::unordered_map< std::string, TraceLevelMap > | HostTraceLevelMap |
|
|
virtual const HostTraceLevelMap & | getTraceLevels (void)=0 |
| pure virtual
|
|
virtual void | setTraceLevelMask (std::string const &name, TraceMasks const &lvl, std::string const &hostname="localhost", std::string const &mode="ALL")=0 |
| pure virtual
|
|
virtual bool | getIsTriggered (void)=0 |
| pure virtual
|
|
virtual void | setTriggerEnable (size_t entriesAfterTrigger)=0 |
| pure virtual
|
|
virtual void | resetTraceBuffer (void)=0 |
| pure virtual
|
|
virtual void | enableTrace (bool enable=true)=0 |
| pure virtual
|
|
std::string | getTraceBufferDump (std::string const &filterFor="", std::string const &filterOut="") |
|
std::string | getHostnameString (void) |
|
|
void | addTraceLevelsForThisHost (void) |
|
void | setTraceLevelsForThisHost (std::string const &name, TraceMasks const &lvl, std::string const &mode="ALL") |
|
|
HostTraceLevelMap | traceLevelsMap_ |
|
Definition at line 20 of file ITRACEController.h.
◆ getTraceBufferDump()
std::string ots::ITRACEController::getTraceBufferDump |
( |
std::string const & |
filterFor = "" , |
|
|
std::string const & |
filterOut = "" |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: