Click or drag to resize

Log Constructor (String, String)

Reads boolean application settings sLogEnabledAppSetting and sLogFileNameAppSetting from Web.config file. If log is enabled, creates log file and writes a special log entry indicating the web services has been started.

Namespace:  ConneXion
Assembly:  ConneXion (in ConneXion.dll) Version: 2020.0
Syntax
public Log(
	string sLogEnabledAppSetting,
	string sLogFileNameAppSetting
)

Parameters

sLogEnabledAppSetting
Type: SystemString
The name of the boolean application setting, in Web.config, to enable or disable logging.
sLogFileNameAppSetting
Type: SystemString
The name of the string application setting, in Web.config, for the log file.
Remarks