WebStoreConfig.XmlErrorLogFile

The name of the file used for logging XML based Errors. Does not apply when logging to SQL Server.

The default location is: admin\ErrorLog.xml. To enable XML logging set LogError to 1.

The filename is relative to the physical directory of the Web Root. You can use relative OS paths to specify lower level directories as the default does.


public string ErrorLogFile

Remarks

It's often a good idea to log to XML instead of SQL Server, because if there is a problem with SQL Server the log entries can't be written. With an XML log the value is always written. This may or may not be important depending on alternative ways you notify for errors (Admin Emails for example).

See also:

Class WebStoreConfig

© West Wind Technologies, 1996-2018 • Updated: 10/19/03
Comment or report problem with topic