Log

Log

in

The log element allows an application to generate a logging or debug message, which a developer can use to help in application development or post-execution analysis of application performance. The label attribute is a string used to give the log entry a label. The expr is an ECMAScript expression evaluating to a string. The contents of the log tag will be written straight into the standard logs as a "debugging" message. Verbose logging must be turned on in order to view these messages.

Related links

Search Glossary

Term of the Day

The param element is used to specify values that are passed to subdialogs.