Interface of a core dump service.
More...
#include <ICoreDumpSvc.h>
Interface of a core dump service.
- Author
- Frank Winklmeier
This interface allows to set and print core dump records.
Definition at line 27 of file ICoreDumpSvc.h.
◆ ~ICoreDumpSvc()
virtual ICoreDumpSvc::~ICoreDumpSvc |
( |
| ) |
|
|
inlinevirtual |
◆ DeclareInterfaceID()
◆ dump()
virtual std::string ICoreDumpSvc::dump |
( |
| ) |
const |
|
pure virtual |
Print all core dump records.
◆ setCoreDumpInfo() [1/2]
virtual void ICoreDumpSvc::setCoreDumpInfo |
( |
const EventContext & |
ctx, |
|
|
const std::string & |
name, |
|
|
const std::string & |
value |
|
) |
| |
|
pure virtual |
Set a name/value pair in the core dump record for given EventContext.
◆ setCoreDumpInfo() [2/2]
virtual void ICoreDumpSvc::setCoreDumpInfo |
( |
const std::string & |
name, |
|
|
const std::string & |
value |
|
) |
| |
|
pure virtual |
Set a name/value pair in the core dump record.
The documentation for this class was generated from the following file: