TcHmiLogger Class
Note: This API is now obsolete.
Provides a logger to send and localize Messages.
Inheritance Hierarchy
System.Object
TcHmiSrv.Core.General.TcHmiLogger
Namespace: TcHmiSrv.Core.General
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
[ObsoleteAttribute("TcHmiLogger is obsolete. Use TcHmiAsyncLogger instead.")]
public static class TcHmiLogger
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 ITcHmiSrvExtHost, Context, name and parameters. | |
|
Sends a Message with the specified name, Severity and parameters. | |
|
Sends a Message with the specified Context, name, Severity and parameters. | |
|
Send(ITcHmiSrvExtHost, Context., Severity, String, .String.) |
Sends a Message with the specified ITcHmiSrvExtHost, Context, name, Severity and parameters. |