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

Log Event

Provides logging information.

Syntax

public void fireLog(As4serverLogEvent event);

public class As4serverLogEvent {
  public String logType;
  public String logMessage;
}

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) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 Java Edition - Version 16.0 [Build 7362]