-
Notifications
You must be signed in to change notification settings - Fork 0
43b33a9a 3b1c bfc6 59e4 9a354dc1f639
Axel Kesseler edited this page Mar 1, 2023
·
15 revisions
The extended class constructor.
Namespace: Plexdata.LogWriter.Logging.Standard
Assembly: Plexdata.LogWriter.Console.Standard (in Plexdata.LogWriter.Console.Standard.dll) Version: 1.0.7.1
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 Class
ConsoleLogger Overload
Plexdata.LogWriter.Logging.Standard Namespace