Summary
The default constructor with available logging level
Syntax
protected AutoFakeTest(ITestOutputHelper outputHelper, LogEventLevel minLevel, string logFormat = "[{Timestamp:HH:mm:ss} {Level:w4}] {Message}{NewLine}{Exception}", Action<LoggerConfiguration> configureLogger = null, Action<IFakeOptions> fakeOptionsAction = null)
Parameters
Name |
Type |
Description |
outputHelper |
ITestOutputHelper |
|
minLevel |
LogEventLevel |
|
logFormat |
string |
|
configureLogger |
Action<LoggerConfiguration> |
|
fakeOptionsAction |
Action<IFakeOptions> |
|
Return Value