Glimpse.Core.Configuration Namespace | Glimpse API Documentation |
All types having to do with Glimpse configuration and the Glimpse specific XML nodes within web.config are defined within this namespace.
Classes
Class | Description | |
---|---|---|
ContentTypeElement |
The Glimpse configuration node for representing a content type.
|
|
ContentTypeElementCollection |
The Glimpse configuration node for collecting a list of content types.
|
|
DiscoverableCollectionElement |
The Glimpse configuration node that configures the instance of IDiscoverableCollection T that Glimpse uses to automatically find and load types at runtime.
|
|
LoggingElement |
The Glimpse configuration node for logging settings in Glimpse.
|
|
PolicyDiscoverableCollectionElement |
The Glimpse configuration node is a specialized DiscoverableCollectionElement used by IRuntimePolicys and IConfigurables to allow for end user configuration of runtime policies.
|
|
RegexElement |
The Glimpse configuration node representing a regular expression.
|
|
RegexElementCollection |
The Glimpse configuration node for collecting a list of regular expressions.
|
|
Section |
The root Glimpse configuration node, that provides Glimpse configuration options in a site's web.config.
|
|
StatusCodeElement |
The Glimpse configuration node representing an Http status code.
|
|
StatusCodeElementCollection |
The Glimpse configuration node for collecting a list of status codes.
|
|
TypeElement |
The Glimpse configuration node representing a .NET Framework type.
|
|
TypeElementCollection |
The Glimpse configuration node for creating a collection of types.
|
Enumerations
Enumeration | Description | |
---|---|---|
LoggingLevel |
LoggingLevel defines the level of output detail to be written to the Glimpse log.
|