Function: defaultLoggerResolver()
Function: defaultLoggerResolver()
function defaultLoggerResolver(blueprint): ConsoleLogger;
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.
Parameters
blueprint
The blueprint configuration to use for the logger.
Returns
A ConsoleLogger
instance.