Click or drag to resize
EventLogProvider Properties

The EventLogProvider type exposes the following members.

Properties
  NameDescription
Protected propertyDataSource
Data source for the provider
(Inherited from BaseAbstractInfoProvider.)
Public propertyDeleteOlderLogs
Delete older log items.
Public propertyStatic memberDeleteOlderThreadRunning
Indicates if delete old logs thread is running.
Public propertyStatic memberErrors
Counter of warnings.
Public propertyHashtableSettings
Hashtable settings
(Inherited from BaseAbstractInfoProvider.)
Protected propertyInfoObject
Info object instance the provider is working with.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public propertyInfoType
Returns the type of the info object for this provider
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public propertyIsDataAvailable
Returns true if the data is available for this provider
(Inherited from BaseAbstractInfoProvider.)
Public propertyIsValid
Indicates if the provider instance is up-to-date and can be used to manage object instances.
(Inherited from AbstractProvider.)
Public propertyStatic memberLogDocumentFieldChanges
Indicates if log should contain the changes to particular document document fields.
Public propertyStatic memberLogFieldChanges
Indicates if log should contain the changes to particular fields.
Public propertyStatic memberLoggingEnabled
Indicates if logging is enabled.
Protected propertyProviderName
Provider name
(Inherited from BaseAbstractInfoProvider.)
Public propertyStatic memberRegExExcludeLogCode
Regular expression for the excluded log codes - If there is a match, the event is excluded from the log.
Public propertyStatic memberRegExExcludeLogDescription
Get the regular expression for the excluded log descriptions. If there is a match, the event is excluded from the log.
Public propertyStatic memberRegExExcludeLogSource
Regular expression for the excluded log sources - If there is a match, the event is excluded from the log.
Public propertyStoreEmptyValuesInHashtables
If true, provider hashtables store empty values for not found objects to reduce database calls
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public propertyTypeInfo
Object type information.
(Inherited from BaseAbstractInfoProvider.)
Public propertyStatic memberWarnings
Counter of warnings.
Top
See Also