Page tree
Skip to end of metadata
Go to start of metadata

Description

A LoggingLevel value specified the amount of information written to the log file. To create a log file, you must also specify the full path for the file using the LogFileName property.

C#
vb.net

Values

Name

Description

Debug

Write error messages and additional debugging information to the log file.

Error

Write only error messages to the log file.

None

Do not write to the log file.

Trace

In addition to error and debugging messages, log the XHTML tags as they are parsed and the Elements as they are inserted into a document.

  • No labels