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

Log Event

Provides logging information.

Object Oriented Interface

public function fireLog($param);

Procedural Interface

inedi_mllpserver_register_callback($res, 8, array($this, 'fireLog'));

Parameter List


'connectionid'
'loglevel'
'message'
'logtype'

Remarks

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

ConnectionId reflects the Id of the connection to which the log message pertains.

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 PHP Edition - Version 16.0 [Build 7240]