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

public:
 LoggerDescription(System::String ^ loggerClassName, System::String ^ loggerAssemblyName, System::String ^ loggerAssemblyFile, System::String ^ loggerSwitchParameters, Microsoft::Build::Framework::LoggerVerbosity verbosity);
public LoggerDescription (string loggerClassName, string loggerAssemblyName, string loggerAssemblyFile, string loggerSwitchParameters, Microsoft.Build.Framework.LoggerVerbosity verbosity);
new Microsoft.Build.BuildEngine.LoggerDescription : string * string * string * string * Microsoft.Build.Framework.LoggerVerbosity -> Microsoft.Build.BuildEngine.LoggerDescription
Public Sub New (loggerClassName As String, loggerAssemblyName As String, loggerAssemblyFile As String, loggerSwitchParameters As String, verbosity As LoggerVerbosity)

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