RegisteredLoggerInfo Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initialize a new instance of the RegisteredLoggerInfo class.
public RegisteredLoggerInfo(string loggerName, System.Collections.Generic.IReadOnlyList<string>? outputFilePaths = default, Microsoft.Build.Framework.LoggerVerbosity? verbosity = default, string? parameters = default);
new Microsoft.Build.Framework.RegisteredLoggerInfo : string * System.Collections.Generic.IReadOnlyList<string> * Nullable<Microsoft.Build.Framework.LoggerVerbosity> * string -> Microsoft.Build.Framework.RegisteredLoggerInfo
Public Sub New (loggerName As String, Optional outputFilePaths As IReadOnlyList(Of String) = Nothing, Optional verbosity As Nullable(Of LoggerVerbosity) = Nothing, Optional parameters As String = Nothing)
Parameters
- loggerName
- String
- outputFilePaths
- IReadOnlyList<String>
- verbosity
- Nullable<LoggerVerbosity>
- parameters
- String