Class LogManagerConfiguration

Holds persisted Configuration Management settings that are maintained in the .config file

System.Object
  Westwind.Utilities.Configuration.AppConfiguration
    Westwind.Utilities.Logging.LogManagerConfiguration
public class LogManagerConfiguration : AppConfiguration

Class Members

MemberDescription

Constructor

Initialize the LogManagerConfiguration by reading from configuration section "LogManager"

ConnectionString

The 'connection string' for the LogManager. Can be a ConnectionStrings entry or a full connection string

Current

Static singleton instance of the configuration object that is always accessible

LogAdapter

Determines what type of log is logged to

LogErrors

Determines whether Errors are logged.

LogFilename

The name of the file or table that holds log data.

LogWebRequests

Determines whether Web Requests are logged.

Requirements

Namespace: Westwind.Utilities.Logging
Assembly: westwind.utilities.dll

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic