mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER

LogFileXhtml Constructor (String)



Constructor which builds a new LogFileXHTML object


Namespace: SobekCM.Tools.Logs
Assembly: SobekCM_Tools (in SobekCM_Tools.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
public LogFileXhtml(
	string NewFileName
)

Parameters

NewFileName
Type: System..::..String
File Name and Path for this LogFileXHTML object

Remarks

This uses the following default values:
  • Title - this is set to no title by default
  • Application Name - this is left blank by default
  • Row Header - Disabled ( can be enabled by calling the EnableRowHeaders(String) method )
  • Date Stamping - Enabled ( can be changed by calling the DateStampingEnabled property )
  • Exceptions - Enabled ( can be changed by calling the SuppressExceptions property )

Examples

To see examples, look at the examples listed under the main LogFileXhtml class.

Exceptions

ExceptionCondition
SobekCM.Tools.Logs..::..LogFile_Exception A LogFile_Exception will be thrown here if the directory for the log file does not exist, and can not be created.

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )