Click or drag to resize

Log Constructor

Overload List
  NameDescription
Protected methodCode exampleLog
Clients cannot call default constructor.
Public methodCode exampleLog(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.
Top
See Also