mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER

LogFileXhtml.Open Method



Opens or creates a log file.


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

Syntax

C#
public bool Open()

Return Value

Type: Boolean
TRUE if successful, otherwise FALSE

Remarks

This also specifies that the connection to the file will remain open until Close()()()() is called.

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 if there is an error opening the connection, unless the SuppressExceptions flag is set to true.

See Also



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