TcHmiLogger.Send Method (ITcHmiSrvExtHost, Context., Severity, String, .String.)
Sends a Message with the specified ITcHmiSrvExtHost, Context, 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(
ITcHmiSrvExtHost host,
ref Context context,
Severity severity,
string name,
params string[] parameters
)
Parameters
host |
Type: TcHmiSrv.Core.ITcHmiSrvExtHost |
context |
Type: TcHmiSrv.Core.Context. |
severity |
Type: TcHmiSrv.Core.Severity |
name |
Type: System.String |
parameters |
Type: .System.String. |