LoggerDescription.CreateLogger Yöntem
Tanım
Bu açıklamada verilerin dışında bir ıllogger oluşturun.Create an ILogger out of the data in this description. Bu yöntem, veriler geçersiz olursa çeşitli yansıma özel durumları oluşturabilir.This method may throw a variety of reflection exceptions if the data is invalid. İstenirse, bu özel durumları işlemek için çağıranın yeniden kullanılabilirliği vardır.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
Döndürülenler
Açıklamalar
Bu yöntem, veriler geçersiz olursa çeşitli yansıma özel durumları oluşturabilir.This method may throw a variety of reflection exceptions if the data is invalid. İstenirse, bu özel durumları işlemek için çağıranın sorumluluğundadır.It is the responsibility of the caller to handle these exceptions if desired.