LogDiagnosticsMessage method

Sends a message to the FactoryTalk Diagnostics system on the local machine.
Syntax
Application
.
LogDiagnosticsMessage
(
Message
, [
Severity
], [
Audience
])
where
Application
– is the name of a
FactoryTalk View SE
Client Application object or an expression that evaluates to a
FactoryTalk View SE
Client Application object.
Message
– is a string containing the message that will be logged.
Severity
– is an optional parameter of the type ftDiagSeverityConstants. If no severity is specified, the default severity, ftDiagSeverityInfo, is used.
Audience
– is an optional parameter of the type ftDiagAudienceConstants. If no audience is specified, the default category, ftDiagAudienceOperator, is used.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal