Reference this class in scripts through the oLogging object. When creating an informational log entry, use the command:

oLogging.CreateEntry "Informational message", LogTypeInfo

When creating an error log entry, use the command:

oLogging.CreateEntry "An error occurred",LogTypeError

Related Topics

Develop Custom Scripts