Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

The full path to the HTMLToWord debug log file. To create a log file, you must set the DebugLogLevel parameter to a value other than None.

{signature}
{example}{code:csharp|title=C#}

h2w.LogFileName = @"c:\SoftArtisans\HTMLProjects\Log Files";
{code}
{code:vb.net
|title=vb.net
}

h2w.LogFileName = "c:\SoftArtisans\HTMLProjects\Log Files"
{code}

{example}
Signature
C#C#
Wiki Markup
{description}
{excerpt}The full path to the HTMLToWord debug log file. To create a log file, you must set the [DebugLogLevel|HTMLToWord.DebugLogLevel] parameter to a value other than [None|HTMLToWord.LoggingLevel#None].{excerpt}
{signature:C#}
 public System.String LogFileName{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property LogFileName() As String
Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle