The following tables list the members exposed by LoggerCollection.
Name | Description | |
---|---|---|
LoggerCollection Constructor | Initializes a new instance of the LoggerCollection class. |
Name | Description | |
---|---|---|
CollectionType | Overridden. Gets the type of the System.Configuration.ConfigurationElementCollection. | |
Count | Gets the number of elements in the collection. (Inherited from System.Configuration.ConfigurationElementCollection) | |
ElementInformation | Gets an System.Configuration.ElementInformation object that contains the non-customizable information and functionality of the System.Configuration.ConfigurationElement object. (Inherited from System.Configuration.ConfigurationElement) | |
EmitClear | Gets or sets a value that specifies whether the collection has been cleared. (Inherited from System.Configuration.ConfigurationElementCollection) | |
IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe). (Inherited from System.Configuration.ConfigurationElementCollection) | |
Item | Overloaded. Gets or sets the LoggerElement at the specified index. | |
LockAllAttributesExcept | Gets the collection of locked attributes. (Inherited from System.Configuration.ConfigurationElement) | |
LockAllElementsExcept | Gets the collection of locked elements. (Inherited from System.Configuration.ConfigurationElement) | |
LockAttributes | Gets the collection of locked attributes (Inherited from System.Configuration.ConfigurationElement) | |
LockElements | Gets the collection of locked elements. (Inherited from System.Configuration.ConfigurationElement) | |
LockItem | Gets or sets a value indicating whether the element is locked. (Inherited from System.Configuration.ConfigurationElement) | |
SyncRoot | Gets an object used to synchronize access to the System.Configuration.ConfigurationElementCollection. (Inherited from System.Configuration.ConfigurationElementCollection) |
Name | Description | |
---|---|---|
ElementName | Overridden. Gets the name used to identify this collection of elements in the configuration file when overridden in a derived class. | |
EvaluationContext | Gets the System.Configuration.ContextInformation object for the System.Configuration.ConfigurationElement object. (Inherited from System.Configuration.ConfigurationElement) | |
ThrowOnDuplicate | Gets a value indicating whether an attempt to add a duplicate System.Configuration.ConfigurationElement to the System.Configuration.ConfigurationElementCollection will cause an exception to be thrown. (Inherited from System.Configuration.ConfigurationElementCollection) |
Name | Description | |
---|---|---|
Add | Adds the specified logger element. | |
ContainsKey | Determines whether the specified name contains key. | |
CopyTo | Copies the contents of the System.Configuration.ConfigurationElementCollection to an array. (Inherited from System.Configuration.ConfigurationElementCollection) | |
GetEnumerator | Gets an System.Collections.IEnumerator which is used to iterate through the System.Configuration.ConfigurationElementCollection. (Inherited from System.Configuration.ConfigurationElementCollection) | |
IsReadOnly | Overridden. Gets a value indicating whether the T:LoggerCollection object is read only. |
Name | Description | |
---|---|---|
BaseIndexOf | The index of the specified System.Configuration.ConfigurationElement. (Inherited from System.Configuration.ConfigurationElementCollection) | |
CreateNewElement | Overloaded. Overridden. When overridden in a derived class, creates a new System.Configuration.ConfigurationElement. | |
GetElementKey | Overridden. Gets the element key for a specified configuration element when overridden in a derived class. | |
IsElementName | Indicates whether the specified System.Configuration.ConfigurationElement exists in the System.Configuration.ConfigurationElementCollection. (Inherited from System.Configuration.ConfigurationElementCollection) | |
IsElementRemovable | Gets a value indicating whether the specified System.Configuration.ConfigurationElement can be removed from the System.Configuration.ConfigurationElementCollection. (Inherited from System.Configuration.ConfigurationElementCollection) | |
ListErrors | Adds the invalid-property errors in this System.Configuration.ConfigurationElement object, and in all subelements, to the passed list. (Inherited from System.Configuration.ConfigurationElement) | |
OnDeserializeUnrecognizedAttribute | Gets a value indicating whether an unknown attribute is encountered during deserialization. (Inherited from System.Configuration.ConfigurationElement) | |
OnDeserializeUnrecognizedElement | Gets a value indicating whether an unknown element is encountered during deserialization. (Inherited from System.Configuration.ConfigurationElement) | |
OnRequiredPropertyNotFound | Throws an exception when a required property is not found. (Inherited from System.Configuration.ConfigurationElement) | |
PostDeserialize | Called after deserialization. (Inherited from System.Configuration.ConfigurationElement) | |
PreSerialize | Called before serialization. (Inherited from System.Configuration.ConfigurationElement) | |
SetPropertyValue | Sets a property to the specified value. (Inherited from System.Configuration.ConfigurationElement) |