LogExtensions::Logging Interface Reference

An interface that can be used by typed log clients. More...

import "LogExtensions.idl";

List of all members.

Public Member Functions

void log (in LogInfo info)
 Receive a log message.


Detailed Description

An interface that can be used by typed log clients.


Member Function Documentation

void LogExtensions::Logging::log ( in LogInfo  info  ) 

Receive a log message.

This operation can be implemented by either a typed pull supplier or a typed push consumer. It may also be provided by the log service when using a typed push supplier or a typed pull consumer. info - The log record information.