Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members
LogExtensions::LogInfo Struct Reference
A data structure for log record information.
More...
import "LogExtensions.idl";
List of all members.
Detailed Description
A data structure for log record information.
If the QoSLogInfo QoS is set, the log service will only accept log records where the info
field contain a LogInfo
data structure.
When using a well defined data structure, the log service is able to store log records in a well defined table in relational databases. This in turn enables the log service to implement SQL based queries very efficiently.
Member Data Documentation
string LogExtensions::LogInfo::category
|
|
string LogExtensions::LogInfo::details
|
|
string LogExtensions::LogInfo::message
|
|
long LogExtensions::LogInfo::priority
|
|
