TcHmiLogger.Send Method (Severity, String, .String.)

Sends a Message with the specified name, Severity and parameters.

Namespace:  TcHmiSrv.Core.General
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public static ErrorValue Send(
    Severity severity,
    string name,
    params string[] parameters
)

Parameters

severity

Type: TcHmiSrv.Core.Severity
The Severity of the Message to send.

name

Type: System.String
The name of the Message to send.

parameters

Type: .System.String.
The parameters of the Message to send.

Return Value

Type: ErrorValue
The ErrorValue returned by Send(Context., Message).

Reference

TcHmiLogger Class

Send Overload

TcHmiSrv.Core.General Namespace