- 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.Error(message)
Generates an error message passed in the argument.
static void Error(stringmessage);
Arguments
- message(string)
- The message to generate.
Example
Log.Error("This is an error message");
Provide Feedback