StaticgetReturns a singleton Fastify logger instance configured with the specified service name. If the logger instance does not already exist, it is created and configured.
The name of the service for which the logger is being created.
The Fastify logger instance.
The
AppLoggerclass provides a singleton logger instance for the application using Fastify. This class cannot be instantiated directly.