LoggerDescription.CreateLogger Método
Definición
Crea un objeto ILogger a partir de los datos de esta descripción.Create an ILogger out of the data in this description. Este método puede iniciar varias excepciones de reflexión si los datos no son válidos.This method may throw a variety of reflection exceptions if the data is invalid. Si es necesario, el autor de la llamada es el responsable de controlar estas excepciones.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
Devoluciones
Comentarios
Este método puede iniciar varias excepciones de reflexión si los datos no son válidos.This method may throw a variety of reflection exceptions if the data is invalid. Es responsabilidad del autor de la llamada controlar estas excepciones si se desea.It is the responsibility of the caller to handle these exceptions if desired.