-
Notifications
You must be signed in to change notification settings - Fork 0
2f366b76 0d0f 42a1 9bf1 228089c87e67
Axel Kesseler edited this page May 5, 2019
·
15 revisions
The extended class constructor.
Namespace: Plexdata.LogWriter.Logging.Windows
Assembly: Plexdata.LogWriter.Console.Windows (in Plexdata.LogWriter.Console.Windows.dll) Version: 1.0.2.3
C#
public ConsoleLogger(
IConsoleLoggerSettings settings,
IConsoleLoggerFacade facade
)
- settings
- Type: Plexdata.LogWriter.Abstraction.IConsoleLoggerSettings
The settings to be used. - facade
- Type: Plexdata.LogWriter.Abstraction.IConsoleLoggerFacade
The facade to be used.
This constructor just calls its base class constructor and hands over the instances of all parameters.
ConsoleLogger(TContext) Class
ConsoleLogger(TContext) Overload
Plexdata.LogWriter.Logging.Windows Namespace