XmlDeserializingLoggerFactory Class |
Namespace: Rock.Logging.Configuration
The XmlDeserializingLoggerFactory type exposes the following members.
Name | Description | |
---|---|---|
![]() | XmlDeserializingLoggerFactory |
Initializes a new instance of the XmlDeserializingLoggerFactory class.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetTLogger |
Get an instance of TLogger for the given category.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetApplicationIdProvider |
Sets the IApplicationIdProvider that is used by this instance
of XmlDeserializingLoggerFactory.
|
![]() | SetSupplementaryContainer |
Sets the supplementary IResolver instance that is used by this
instance of XmlDeserializingLoggerFactory to resolve dependencies
not provided from xml deserialization.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | WithCaching | (Defined by WithCachingExtension.) |
Name | Description | |
---|---|---|
![]() | AsyncProcessing |
Gets or sets a value indicating whether logging should be asynchonous.
|
![]() | AuditLogProvider |
Gets or sets an object that creates an instance of ILogProvider that loggers use for auditing.
|
![]() | Categories |
Gets or sets an array of Category objects that define specific logging scenarios.
|
![]() | ContextProviders |
Gets or sets an array of objects that create instances of IContextProvider that a logger can use to provide additional information to log entries.
|
![]() | Formatters |
Gets or sets an array of objects that create instances of ILogFormatter that log providers use to format a log entry.
|
![]() | IsLoggingEnabled |
Gets or sets a value indicating whether loggers should be enabled.
|
![]() | LoggingLevel |
Gets or sets the logging level that is specified for loggers.
|
![]() | ThrottlingRules |
Gets or sets an array of objects that create instances of IThrottlingRuleEvaluator that log providers use to throttle log entries.
|