LoggerDescription.CreateLogger Metoda

Definice

Vytvořte ILogger z dat v tomto popisu.Create an ILogger out of the data in this description. Tato metoda může vyvolat nejrůznější výjimky odrazu, pokud jsou data neplatná.This method may throw a variety of reflection exceptions if the data is invalid. V případě potřeby je resposibility volajícím, aby tyto výjimky zpracoval.It is the resposibility of the caller to handle these exceptions if desired.

public:
 Microsoft::Build::Framework::ILogger ^ CreateLogger();
public Microsoft.Build.Framework.ILogger CreateLogger ();
member this.CreateLogger : unit -> Microsoft.Build.Framework.ILogger
Public Function CreateLogger () As ILogger

Návraty

ILogger

Poznámky

Tato metoda může vyvolat nejrůznější výjimky odrazu, pokud jsou data neplatná.This method may throw a variety of reflection exceptions if the data is invalid. Je odpovědností volajícího zpracovávat tyto výjimky v případě potřeby.It is the responsibility of the caller to handle these exceptions if desired.

Platí pro