feat: Simple Synchronous Logger w/ Error Reporting Support #1407
Labels
api: logging
Issues related to the googleapis/nodejs-logging API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
It would be cool if this library included a simple, ready-to-go synchronous logger that:
console.*
(one function call that prepares theEntry
for customers)I often reuse a class like this between projects: https://github.com/danielbankhead/picture-playlist/blob/main/src/lib/logger.ts
Let me know if you have any questions or need help integrating!
The text was updated successfully, but these errors were encountered: