IReportingStep.Log(LogLevel, String, Boolean) 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.
Logs a message at the specified level within this step.
public void Log(Microsoft.Extensions.Logging.LogLevel logLevel, string message, bool enableMarkdown);
abstract member Log : Microsoft.Extensions.Logging.LogLevel * string * bool -> unit
Public Sub Log (logLevel As LogLevel, message As String, enableMarkdown As Boolean)
Parameters
- logLevel
- LogLevel
The log level for the message.
- message
- String
The message to log.
- enableMarkdown
- Boolean
Whether to enable Markdown formatting for the message.