{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:vb.net}
Public NotInheritable Enum LoggingLevel
	End Enum
{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.|