Summary
The default constructor with available logging level
Syntax
protected AutoFakeTest(ITestOutputHelper outputHelper, LogLevel 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 |
LogLevel |
|
| logFormat |
string |
|
| configureLogger |
Action<LoggerConfiguration> |
|
| fakeOptionsAction |
Action<IFakeOptions> |
|
Return Value