- Getting started
- Using the software
- OPC UA
- Graphic and layout objects
- Developing solutions
- Developing projects with C#
- Application examples
- UI tutorial
- OPC UA tutorial
- NetLogic tutorial
- Object and variable references
Log.Info(message)
Generates an informational message passed in the argument.
static void Info(stringmessage);
Arguments
- message(string)
- The message to generate.
Examples
Log.Info("This is an info message");
Provide Feedback