Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

LogExtensions::Logging Interface Reference

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

import "LogExtensions.idl";

List of all members.

Public Methods

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


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.

m <code>info</code> - The log record information.