SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

Log Event

Reports a single log line.

Syntax

type TLogEvent = procedure (
  Sender: TObject;
  ConnectionId: Int64;
  LogType: Integer;
  const Details: String
) of Object;

property OnLog: TLogEvent read FOnLog write FOnLog;

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 Delphi Edition - Version 20.0 [Build 8166]