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
Code Details >> Tools >> Logs >> LogFileXhtml >> Constructors >> Constructor (String, String, String, String)

LogFileXhtml Constructor (String, String, String, 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,
	string Title,
	string AppName,
	string RowHeader
)

Parameters

NewFileName
Type: System..::..String
File Name and Path for this LogFileXHTML object
Title
Type: System..::..String
Title for this log
AppName
Type: System..::..String
Name of the application
RowHeader
Type: System..::..String
Header for each row

Remarks

This uses the following default values:

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 )