LoggerManager
import { LoggerManager } from "@hyper-fetch/core"
Description
This class is used across the Hyper Fetch library to provide unified logging system with necessary setup per each client. We can set up the logging level based on available values. This manager enable to initialize the logging instance per individual module like Client, Request etc. Which can give you better feedback on the logging itself.
Defined in managers/logger/logger.manager.ts:11