Stone.js API
    Preparing search index...

    Function defaultLoggerResolver

    • 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: IBlueprint

        The blueprint configuration to use for the logger.

      Returns ConsoleLogger

      A ConsoleLogger instance.