SecureBlackbox 2020 Qt Edition

Questions / Feedback?

Log Event

Reports a single log line.

Syntax

class DCAuthWebServerLogEventParams {
public:
  qint64 ConnectionId();
  int LogType();
  const QString &Details();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void Log(DCAuthWebServerLogEventParams *e);
// Or, subclass DCAuthWebServer and override this emitter function. virtual int FireLog(DCAuthWebServerLogEventParams *e) {...}

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