TerminalLogger.CreateTerminalOrConsoleLogger(String[]) Method
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.
Creates a Terminal logger if possible, or a Console logger.
public static Microsoft.Build.Framework.ILogger CreateTerminalOrConsoleLogger(string[]? args = default);
static member CreateTerminalOrConsoleLogger : string[] -> Microsoft.Build.Framework.ILogger
Public Shared Function CreateTerminalOrConsoleLogger (Optional args As String() = Nothing) As ILogger
Parameters
- args
- String[]
Command line arguments for the logger configuration. Currently, only 'tl|terminallogger' and 'v|verbosity' are supported right now.