EDI Integrator 2016 C++ Builder Edition
EDI Integrator 2016 C++ Builder Edition
Questions / Feedback?

Log Event

Fires with log information during processing.

Syntax

typedef void __fastcall (__closure *TibeAS2ReceiverLogEvent)(System::TObject* Sender, TibeAS2ReceiverLogEventParams *e);


__property TibeAS2ReceiverLogEvent OnLog = {read=FOnLog, write=FOnLog};

typedef struct {
     String LogType;
     String LogMessage;
} TibeAS2ReceiverLogEventParams;

Remarks

This event fires during processing with log information. This may be used to obtain the same information that will be written to file if LogDirectory is specified, but without relying on files.

LogMessage holds the raw log data.

LogType indicates the type of log. Possible values are:

"LOG" Information about the status of the process.
"ERR" An error was encountered.
"DAT" The EDI payload.
"REQ" The raw request
"MDN" The MDN response.
"DEBUG" Debug information.
"DAT.INPUT" Debug information when processing payload. Only applicable when LogDebug is True.
"DAT.ENCRYPT" Debug information when processing payload. Only applicable when LogDebug is True.
"DAT.COMPRESS" Debug information when processing payload. Only applicable when LogDebug is True.
"DAT.SIGN" Debug information when processing payload. Only applicable when LogDebug is True.
"DAT.DECRYPT" Debug information when processing payload. Only applicable when LogDebug is True.
"DAT.DECOMPRESS" Debug information when processing payload. Only applicable when LogDebug is True.
"DAT.VERIFY" Debug information when processing payload. Only applicable when LogDebug is True.
"DAT.DEBUG" Debug information when processing payload. Only applicable when LogDebug is True.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 C++ Builder Edition - Version 16.0 [Build 7240]