Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

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.

Signature
C#
C#
 public sealed enum LoggingLevel
Signature
vb.net
vb.net
Public NotInheritable Enum LoggingLevel
	End Enum
Values

Name

Description

Anchor
Debug
Debug
Debug

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

Anchor
Error
Error
Error

Write only error messages to the log file.

Anchor
None
None
None

Do not write to the log file.

Anchor
Trace
Trace
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.