Log Event

Provides logging information.

Syntax

pdfxml.on('Log', listener: (e: {readonly logType: string, readonly logMessage: string}) => void )

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) 2021 /n software inc. - All rights reserved.
IPWorks EDI 2020 JS Edition - Version 20.0 [Build 7941]