LoggerTest.

LoggerTest(ITestOutputHelper, string, Action<LoggerConfiguration>) Constructor

Summary

The default constructor with available logging level

Syntax

protected LoggerTest(ITestOutputHelper outputHelper, string logFormat = "[{Timestamp:HH:mm:ss} {Level:w4}] {Message}{NewLine}{Exception}", Action<LoggerConfiguration> configureLogger = null)

Parameters

Name Type Description
outputHelper ITestOutputHelper
logFormat string
configureLogger Action<LoggerConfiguration>

Return Value

Type Description
void