Share via


ILogReaderCallback::LogReaderCallback method

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

Syntax

virtual BOOL LogReaderCallback(
   const LogReaderCallbackData *data
) = 0;

Parameters

data

The information of the AXE log entry.

Return value

The solution s callback function returns FALSE to abort processing of the log files or a non-zero value to receive the next log entry.

Remarks

When a solution calls ReadLogFile and specifies the AXE .ETL files to process, the AXE Core invokes this method once for each entry in the file being processed.

Managed code uses the LogReaderCallbackdelegate

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

ILogReaderCallback

ReadLogFile

LogReaderCallbackData