EDI Integrator V9 - Online Help
Available for:
EDI Integrator V9
Questions / Feedback?

Log Event

Provides logging information.

Syntax

[VB.NET]
Public Event OnLog As OnLogHandler
[C#]
public event OnLogHandler OnLog;

public delegate void OnLogHandler(object sender, As4clientLogEventArgs e);

class As4clientLogEventArgs : EventArgs {
  string LogType {get;}
  string LogMessage {get;}
}

Remarks

This event fires when processing messages and provides logging information. LogLevel defines the level of detail that is logged.

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

  • ERROR
  • INFO
  • DEBUG

LogMessage is the log message.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0