Mozilla Skin
Translate this page


Log Node

From Moving Pictures

The log node will write additional log messages to the log file.

Attribute Description Additional Information
LogLevel This optional attribute indicates what level of Log Verbosity is required in order for the log message to be written. The default loglevel is Debug. Options include:

Error, Warn, Info, or Debug.

Message This is a required attribute that contains the message to be written. It can include variables.

Example

<log LogLevel="Debug" Message="Hello world!" />