-
Notifications
You must be signed in to change notification settings - Fork 0
bfdab9ca 0c4c 2b3f 7372 752cff2dfd76
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(TContext) Class
ConsoleLogger(TContext) Overload
Plexdata.LogWriter.Logging.Standard Namespace