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. |
public sealed enum LoggingLevel |
Public NotInheritable Enum LoggingLevel End Enum |
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. |