Logger.CurrentLevel 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.
CurrentLevel Singleton property
public:
static property Microsoft::VisualStudio::Workspace::Logging::LoggingLevel CurrentLevel { Microsoft::VisualStudio::Workspace::Logging::LoggingLevel get(); void set(Microsoft::VisualStudio::Workspace::Logging::LoggingLevel value); };
public:
static property Microsoft::VisualStudio::Workspace::Logging::LoggingLevel CurrentLevel { Microsoft::VisualStudio::Workspace::Logging::LoggingLevel get(); void set(Microsoft::VisualStudio::Workspace::Logging::LoggingLevel value); };
public static Microsoft.VisualStudio.Workspace.Logging.LoggingLevel CurrentLevel { get; set; }
static member CurrentLevel : Microsoft.VisualStudio.Workspace.Logging.LoggingLevel with get, set
Public Shared Property CurrentLevel As LoggingLevel