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