Summary
Syntax
public SerilogBuilder(IConventionScanner scanner, IAssemblyProvider assemblyProvider, IAssemblyCandidateFinder assemblyCandidateFinder, IRocketEnvironment environment, IConfiguration configuration, LoggerConfiguration loggerConfiguration, ILogger diagnosticSource, IDictionary<object, object> properties)
Parameters
Name |
Type |
Description |
scanner |
IConventionScanner |
The scanner. |
assemblyProvider |
IAssemblyProvider |
The assembly provider. |
assemblyCandidateFinder |
IAssemblyCandidateFinder |
The assembly candidate finder. |
environment |
IRocketEnvironment |
The environment. |
configuration |
IConfiguration |
The configuration. |
loggerConfiguration |
LoggerConfiguration |
The logger configuration. |
diagnosticSource |
ILogger |
The diagnostic source. |
properties |
IDictionary<object, object> |
The properties. |
Return Value