Logger.CurrentLevel Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Propriedade singleton CurrentLevel
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; }
member this.CurrentLevel : Microsoft.VisualStudio.Workspace.Logging.LoggingLevel with get, set
Public Shared Property CurrentLevel As LoggingLevel