Logger.CurrentLevel Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
CurrentLevel Singleton özelliği
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