Logger.Loggers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)