Is your feature request related to a problem? Please describe.
We need an alternative to console.log in the project so we don't have to repeat the code.
Describe the solution you'd like
Generate 2 new methods:
stdout - to output to console
logs - to save to file, Prometheus or OpenTelemetry
Is your feature request related to a problem? Please describe. We need an alternative to console.log in the project so we don't have to repeat the code.
Describe the solution you'd like Generate 2 new methods: