default: Logger = ...

Configured logger using Winston for application-level logging. Provides tailored logging transports based on the runtime environment settings. The logger is configured to log messages of 'info' level and above by default. In non-production environments, it extends to log messages to the console for better accessibility and debugging.

Generated using TypeDoc