 |
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
Syntaxpublic Log(
string sLogEnabledAppSetting,
string sLogFileNameAppSetting
)
Public Sub New (
sLogEnabledAppSetting As String,
sLogFileNameAppSetting As String
)
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
Examples
See Also