Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
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#
Wiki Markup
{description}
{excerpt}A [LoggingLevel|HTMLToWord.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|HTMLToWord.LogFileName] property.{excerpt}
{signature:C#}
 public sealed enum LoggingLevel
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Enum LoggingLevel
	End Enum
Values

...

Name

...

Description

...

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

...

Write only error messages to the log file.

...

Do not write to the log file.

...

{signature}
{values}
||Name||Description||
|{anchor:Debug}Debug|Write error messages and additional debugging information to the log file.|
|{anchor:Error}Error|Write only error messages to the log file.|
|{anchor:None}None|Do not write to the log file.|
|{anchor: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.|