SecureBlackbox 2020 Python Edition

Questions / Feedback?

on_log Event

Reports a single log line.

Syntax

class DCAuthWebServerLogEventParams(object):
  @property
  def connection_id() -> int: ...
  @property
  def log_type() -> int: ...
  @property
  def details() -> str: ...

# In class DCAuthWebServer:
@property
def on_log() -> Callable[[DCAuthWebServerLogEventParams], None]: ...
@on_log.setter
def on_log(event_hook: Callable[[DCAuthWebServerLogEventParams], None]) -> None: ...

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 Python Edition - Version 20.0 [Build 8154]