SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

Log Event

Reports a single log line.

Syntax

public open class DefaultDcauthwebserverEventListener : DcauthwebserverEventListener {
  ...
  public override fun log(e: DcauthwebserverLogEvent) {}
  ...
}

public class DcauthwebserverLogEvent {
  val connectionId: Long
  val logType: Int
  val details: String?
}

Remarks

This event is fired repeatedly during the component's work to inform the application about the flow of the signing process. The application may use this event to create an operation log.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Kotlin Edition - Version 20.0 [Build 8063]