dOPC Client Toolkit
|
Close
|
Occurs when logging event is fired.
If you want to log the OPC UA requests and responses then this event the right one.
Very important: If you want to show the log in a GUI you have use TThread.Queue.
Parameter |
Description |
Sender |
The sender (source) of the log message, normally the tdOPCUAClient object. |
LogSeverity |
The severity of the message. Following values are possible: TuaLog.Debug = 0; TuaLog.Info = 1; TuaLog.Warning = 2; TuaLog.Error = 3; TuaLog.Exception= 4; |
LogType |
The type of the message. Following values are possible: TuaLog.NilValue = 5; TuaLog.Request = 6; TuaLog.RequestAsync = 7; TuaLog.RequestSecure = 8; TuaLog.Response = 9; TuaLog.ResponseAsync = 10; TuaLog.ResponseSecure= 11; |
LogMessage |
The log message |
Data |
Data normally includes the request (TuaRequestObj) or the response (TuaResponseObj),depending on the log type |
Kassl GmbH Copyright © 2023. All rights reserved.
|