Gets a reference to the default Logging provider for the application.
Namespace:
CuttingEdge.LoggingAssembly: 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(); |