Log Event

Provides logging information.

Syntax

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

Remarks

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

ConnectionId reflects the Id of the connection to which the log message pertains.

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

  • INFO
  • VERBOSE
  • DEBUG

LogMessage is the log message.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Qt Edition - Version 20.0 [Build 8203]