Gets a collection of the Logging providers for the application.
Namespace:
CuttingEdge.LoggingAssembly: 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(); |