LoggingSettings Members

Include Protected Members
Include Inherited Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The LoggingSettings type exposes the following members.

Constructors

  Name Description
Public method LoggingSettings Overloaded.

Methods

  Name Description
Protected method DeserializeElement (Inherited from ConfigurationElement.)
Protected method DeserializeSection (Inherited from ConfigurationSection.)
Public method Equals (Inherited from ConfigurationElement.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ConfigurationElement.)
Public methodStatic member GetLoggingSettings
Retrieves the LoggingSettings section from the configuration source.
Protected method GetRuntimeObject (Inherited from ConfigurationSection.)
Public method GetSchema
Returns the XML schema for the configuration section.
(Inherited from SerializableConfigurationSection.)
Public method GetType (Inherited from Object.)
Protected method Init (Inherited from ConfigurationElement.)
Protected method InitializeDefault (Inherited from ConfigurationElement.)
Protected method IsModified (Inherited from ConfigurationSection.)
Public method IsReadOnly (Inherited from ConfigurationElement.)
Protected method ListErrors (Inherited from ConfigurationElement.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserializeUnrecognizedAttribute (Inherited from ConfigurationElement.)
Protected method OnDeserializeUnrecognizedElement (Inherited from ConfigurationElement.)
Protected method OnRequiredPropertyNotFound (Inherited from ConfigurationElement.)
Protected method PostDeserialize (Inherited from ConfigurationElement.)
Protected method PreSerialize (Inherited from ConfigurationElement.)
Public method ReadXml
Updates the configuration section with the values from an XmlReader.
(Inherited from SerializableConfigurationSection.)
Protected method Reset (Inherited from ConfigurationElement.)
Protected method ResetModified (Inherited from ConfigurationSection.)
Protected method SerializeElement (Inherited from ConfigurationElement.)
Protected method SerializeSection (Inherited from ConfigurationSection.)
Protected method SerializeToXmlElement (Inherited from ConfigurationElement.)
Protected method SetPropertyValue (Inherited from ConfigurationElement.)
Protected method SetReadOnly (Inherited from ConfigurationElement.)
Public method ToString (Inherited from Object.)
Protected method Unmerge (Inherited from ConfigurationElement.)
Public method WriteXml
Writes the configuration section values as an XML element to an XmlWriter.
(Inherited from SerializableConfigurationSection.)

Fields

  Name Description
Public fieldStatic member SectionName
Configuration section name for logging client settings.

Properties

  Name Description
Public property DefaultCategory
Gets or sets the default logging category.
Public property ElementInformation (Inherited from ConfigurationElement.)
Protected property ElementProperty (Inherited from ConfigurationElement.)
Protected property EvaluationContext (Inherited from ConfigurationElement.)
Public property Formatters
Gets the collection of FormatterData configuration elements that define the available ILogFormatters.
Protected property Item Overloaded.
Public property LockAllAttributesExcept (Inherited from ConfigurationElement.)
Public property LockAllElementsExcept (Inherited from ConfigurationElement.)
Public property LockAttributes (Inherited from ConfigurationElement.)
Public property LockElements (Inherited from ConfigurationElement.)
Public property LockItem (Inherited from ConfigurationElement.)
Public property LogFilters
Gets the collection of LogFilterData configuration elements that define the available ILogFilters.
Public property LogWarningWhenNoCategoriesMatch
Gets or sets the indication that a warning should be logged when a category is not found while dispatching a log entry.
Public property Name
Gets or sets the name of the configuration node.
Protected property Properties (Inherited from ConfigurationElement.)
Public property SectionInformation (Inherited from ConfigurationSection.)
Public property SpecialTraceSources
Gets or sets the configuration elements that define the distinguished LogSources: for all events. for missing categories, and for errors and warnings.
Public property TraceListeners
Gets the collection of TraceListenerData configuration elements that define the available TraceListeners.
Public property TraceSources
Gets the collection of TraceSourceData configuration elements that define the available LogSources.
Public property TracingEnabled
Enable or disable trace logging.

See Also

LoggingSettings Class

Microsoft.Practices.EnterpriseLibrary.Logging.Configuration Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.