Log Event

Provides logging information.

Syntax

ANSI (Cross Platform)
virtual int FireLog(MLLPClientLogEventParams *e);
typedef struct {
int LogLevel;
const char *Message;
const char *LogType; int reserved; } MLLPClientLogEventParams; Unicode (Windows) virtual INT FireLog(MLLPClientLogEventParams *e);
typedef struct {
INT LogLevel;
LPCWSTR Message;
LPCWSTR LogType; INT reserved; } MLLPClientLogEventParams;
- (void)onLog:(int)logLevel :(NSString*)message :(NSString*)logType;
#define EID_MLLPCLIENT_LOG 8

virtual INT IPWORKSEDI_CALL FireLog(INT &iLogLevel, LPSTR &lpszMessage, LPSTR &lpszLogType);

Remarks

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

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 C++ Edition - Version 20.0 [Build 8203]