LoggerDescription(String, String, String, String, LoggerVerbosity) Constructor

Definition

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.ConstructionMicrosoft.Build.EvaluationMicrosoft.Build.Execution

Creates a logger description from given data

C#
public LoggerDescription(string loggerClassName, string loggerAssemblyName, string loggerAssemblyFile, string loggerSwitchParameters, Microsoft.Build.Framework.LoggerVerbosity verbosity);

Parameters

loggerClassName
String

The class name for the logger.

loggerAssemblyName
String

The assembly name for the logger.

loggerAssemblyFile
String

The assembly file name for the logger.

loggerSwitchParameters
String

A string of logger parameters, null if there are none.

verbosity
LoggerVerbosity

The verbosity switch for the logger.

Note On the command line, all loggers get the same verbosity level.

Remarks

Warning

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.Construction Microsoft.Build.Evaluation Microsoft.Build.Execution

Applies to

Product Versions
MSBuild 17
MSBuild (.NET Core) 17