strusModule  0.17
Public Types | Public Attributes | List of all members
strus::TraceLoggerConstructor Struct Reference

Structure describing a logger for method call traces. More...

#include <traceModule.hpp>

Public Types

typedef TraceLoggerInterface *(* CreateTraceLogger )(const std::string &config, ErrorBufferInterface *errorhnd)
 

Public Attributes

const char * title
 title of the trace logger More...
 
CreateTraceLogger create
 constructor More...
 

Detailed Description

Structure describing a logger for method call traces.

Member Typedef Documentation

typedef TraceLoggerInterface*(* strus::TraceLoggerConstructor::CreateTraceLogger)(const std::string &config, ErrorBufferInterface *errorhnd)
Parameters
[in]configconfiguration string of the logger (semicolon (Unix) or colon (Windows) separated list of attribute=value assignments)
[in]errorhnderror buffer interface

Member Data Documentation

CreateTraceLogger strus::TraceLoggerConstructor::create

constructor

const char* strus::TraceLoggerConstructor::title

title of the trace logger


The documentation for this struct was generated from the following file: