IPWorks EDI 2020 Kotlin Edition

Questions / Feedback?

Log Event

Provides logging information.

Syntax

public open class DefaultMllpclientEventListener : MllpclientEventListener {
  ...
  public override fun log(e: MllpclientLogEvent) {}
  ...
}

public class MllpclientLogEvent {
  val logLevel: Int
  val message: String?
  val logType: String?
}

Remarks

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

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

  • INFO
  • VERBOSE
  • DEBUG

LogMessage is the log message.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks EDI 2020 Kotlin Edition - Version 20.0 [Build 8033]