ITcEventLogger2_SendTcMessage

This method sends a message.

Syntax

public virtual void SendTcMessage(System.Guid EventClass, uint EventId, TcEventLoggerAdsProxyLib.SeverityLevelEnum severity, string JsonAttribute, TcEventLoggerAdsProxyLib.TcSourceInfo pSourceInfo, TcEventLoggerAdsProxyLib.TcArguments pArguments)

Parameter

Name

Type

Description

EventClass

System.Guid

GUID of the event classes

EventId

uint

ID of the event

Severity

TcEventLoggerAdsProxyLib.SeverityLevelEnum

Severity of the event

JsonAttribute

string

JSON attribute

pSourceInfo

TcEventLoggerAdsProxyLib.TcSourceInfo

Reference to the source information

pArguments

TcArguments

Reference to the arguments.