ILogReaderCallback class

Defines the interface invoked by the LogReaderCallback method.

When to implement

A ILogReaderCallback interface should be implemented by a solution that needs to display or process events logged in the AXE Event Tracing log files.

ILogReaderCallback has these types of members:

Methods

The ILogReaderCallback class has these methods.

Method Description
LogReaderCallback The AXE Core raises this event to send information for a single log entry to the solution for processing.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
AxeHosting.h
DLL
AxeCore.dll

See also

Execution Solution Interfaces