Gets a reference to the default Logging provider for the application.

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

Syntax

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

Field Value

The default Logging provider for the application exposed using the LoggingProviderBase abstract base class.

See Also