Logger.GetLogger(String) Yöntem

Tanım

Ad kullanarak bir günlükçü örneği oluşturma

public:
 static Microsoft::VisualStudio::Workspace::Logging::Logger ^ GetLogger(System::String ^ name);
public:
 static Microsoft::VisualStudio::Workspace::Logging::Logger ^ GetLogger(Platform::String ^ name);
 static Microsoft::VisualStudio::Workspace::Logging::Logger GetLogger(std::wstring const & name);
public static Microsoft.VisualStudio.Workspace.Logging.Logger GetLogger (string name);
static member GetLogger : string -> Microsoft.VisualStudio.Workspace.Logging.Logger
Public Shared Function GetLogger (name As String) As Logger

Parametreler

name
String

günlükçü adı

Döndürülenler

Logger

bir günlükçü sınıf örneği

Şunlara uygulanır