IPWorks EDI 2020 Kotlin Edition

Questions / Feedback?

Log Event

Provides logging information.

Syntax

public open class DefaultPdfxmlEventListener : PdfxmlEventListener {
  ...
  public override fun log(e: PdfxmlLogEvent) {}
  ...
}

public class PdfxmlLogEvent {
  val logType: String?
  val logMessage: String?
}

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 Kotlin Edition - Version 20.0 [Build 7941]