Default logger resolver function.
This function resolves the logger for the application, using the blueprint configuration. By default, it creates a ConsoleLogger instance with the provided blueprint.
ConsoleLogger
The blueprint configuration to use for the logger.
A ConsoleLogger instance.
Default logger resolver function.
This function resolves the logger for the application, using the blueprint configuration. By default, it creates a
ConsoleLoggerinstance with the provided blueprint.