EnterpriseLibraryLoggingTypeSource Methods |
The EnterpriseLibraryLoggingTypeSource type exposes the following members.

Name | Description | |
---|---|---|
![]() | Clone |
Returns a deep clone of the current object.
(Inherited from LoggingTypeSource.) |
![]() | GetCategories |
Returns a list of strings composed that are used to populate the Categories property, unless the
GetCategories function has been overwritten. The default
behavior of GetCategories() is to return the current role, the full name of the current type, and the full
name of all parent namespaces.
|
![]() | IsBackendEnabled |
Checks whether logging is enabled in the back-end for the given level.
(Overrides LoggingTypeSource.IsBackendEnabled(LogLevel).) |
![]() | IsEnabled |
Determines whether logging is enabled for the given LogLevel.
(Inherited from LoggingTypeSource.) |
![]() | Refresh |
Refreshes the logging level from the back-end from the current node and all children nodes.
The back-end-defined logging level is cached for performance reasons.
(Inherited from LoggingTypeSource.) |
![]() | SetLevel |
Sets the minimal LogLevel for which logging is enabled for the current namespace and type and all children
namespaces and types.
(Inherited from LoggingNamespaceSource.) |
