RealityServer Web Services API Programmer's Manual

mi::rswservices::ILog_handler Class Reference

Description

Log handler interface that when implemented and registered via an extension context will receive forwarded messages that have been written to the system logger.

Public Member Functions

virtual void message( mi::base::Message_severity level, const char* module_category, const mi::base::Message_details& details, const char* message) =0
Called whenever a message is logged after nws startup. More...

Member Functions

virtual void mi::​rswservices::​ILog_handler::message( mi::base::Message_severity level, const char* module_category, const mi::base::Message_details& details, const char* message) [pure virtual]

Called whenever a message is logged after nws startup.

Parameters

level
The log level which specifies the severity of the message.
module_category
The module and the category which specify the origin and the functional area of this message. The format of string parameter is "module:category". Both names are optional. The module name must not contain any colons.
details
message
The log message.