TcHmiAsyncLogger Class
Provides an asynchronous logger to send and localize Messages.
Inheritance Hierarchy
System.Object
TcHmiSrv.Core.General.TcHmiAsyncLogger
Namespace: TcHmiSrv.Core.General
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public static class TcHmiAsyncLogger
Methods
|
Name |
Description |
---|---|---|
|
Localizes a Message with the specified name and parameters. | |
|
Localizes a Message with the specified Context, name and parameters. | |
|
Localizes a Message with the specified ITcHmiSrvExtAsyncHost, Context, name and parameters. | |
|
Localizes a Message with the specified name and parameters as an asynchronous operation. | |
|
Localizes a Message with the specified Context, name and parameters as an asynchronous operation. | |
|
LocalizeAsync(ITcHmiSrvExtAsyncHost, Context, String, .String.) |
Localizes a Message with the specified ITcHmiSrvExtAsyncHost, Context, name and parameters as an asynchronous operation. |
|
Sends a Message with the specified name, Severity and parameters. | |
|
Sends a Message with the specified Context, name, Severity and parameters. | |
|
Send(ITcHmiSrvExtAsyncHost, Context, Severity, String, .String.) |
Sends a Message with the specified ITcHmiSrvExtAsyncHost, Context, name, Severity and parameters. |
|
Sends a Message with the specified name, Severity and parameters as an asynchronous operation. | |
|
Sends a Message with the specified Context, name, Severity and parameters as an asynchronous operation. | |
|
SendAsync(ITcHmiSrvExtAsyncHost, Context, Severity, String, .String.) |
Sends a Message with the specified ITcHmiSrvExtAsyncHost, Context, name, Severity and parameters as an asynchronous operation. |