- Getting started
- Creating projects
- Graphic objects
- Predefined graphic objects
- Object and variable references
- Extending projects
- NetLogic
- Tutorials
- Dynamic links tutorial
- Graphic objects tutorial
- NetLogic tutorial
- OPC UA tutorial
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