Logger.Loggers Property

Definition

List of loggers available

public:
 static property System::Collections::Generic::IReadOnlyDictionary<System::String ^, Microsoft::VisualStudio::Workspace::Logging::Logger ^> ^ Loggers { System::Collections::Generic::IReadOnlyDictionary<System::String ^, Microsoft::VisualStudio::Workspace::Logging::Logger ^> ^ get(); };
public static System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.VisualStudio.Workspace.Logging.Logger> Loggers { get; }
static member Loggers : System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.VisualStudio.Workspace.Logging.Logger>
Public Shared ReadOnly Property Loggers As IReadOnlyDictionary(Of String, Logger)

Property Value

Applies to