Interface providing a storage object builder interface with tracing and querying of traces.
More...
#include <traceLoggerInterface.hpp>
Interface providing a storage object builder interface with tracing and querying of traces.
virtual strus::TraceLoggerInterface::~TraceLoggerInterface |
( |
| ) |
|
|
inlinevirtual |
virtual bool strus::TraceLoggerInterface::close |
( |
| ) |
|
|
pure virtual |
Terminate logging, flush data logged to storage.
Writes an entry to the method call log.
- Parameters
-
[in] | className | identifier of the caller object class |
[in] | methodName | identifier of the method called |
[in] | objId | object identifier of the caller |
- Returns
- handle of the log message written. Used to reference the record in logMethodTermination
Log the termination of a method call.
- Parameters
-
[in] | loghnd | handl of the record that specifies the method call, returned by logMethodCall. |
[in] | parameter | return value and in/out parameter values |
The documentation for this class was generated from the following file: