EDI Integrator 2016 Delphi Edition
EDI Integrator 2016 Delphi Edition
Questions / Feedback?

Log Event

Provides logging information.

Syntax

type TLogEvent = procedure Log(Sender: TObject; LogLevel: Integer; const Message: String; const LogType: String) of object;

property OnLog: TLogEvent read FOnLog write FOnLog;

Remarks

This event fires when processing messages and provides logging information. The LogLevel configuration setting specifies the level of detail that is logged.

LogType specifies the type of log message. Possible values are:

  • INFO
  • VERBOSE
  • DEBUG

LogMessage is the log message.

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