Logger
The logger service in pikku is a simple wrapper (which isn't always needed, you could just cast your logger to it) with the standard info, debug, error apis.
logger.ts
loading...
There's a default implement for the console logger:
logger.ts
loading...
And you can see a simple wrapper around Pino if you want to create your own
pino.ts
loading...