Gets a collection of the Logging providers for the application.

Namespace:  CuttingEdge.Logging
Assembly:  CuttingEdge.Logging (in CuttingEdge.Logging.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly Property Providers As LoggingProviderCollection
C#
public static LoggingProviderCollection Providers { get; }
Visual C++
public:
static property LoggingProviderCollection^ Providers {
	LoggingProviderCollection^ get ();
}
JavaScript
CuttingEdge.Logging.Logger.get_providers = function();

Field Value

A LoggingProviderCollection of the Logging providers configured for the application.

See Also