Closed nofun97 closed 4 years ago
Fixes #5 and part of #6
Changes added:
{ "timestamp": "<time in RFC3339Nano>", "message": "<message>", "level": "<level>", "fields": { "fields1": "key1", "fields2": "key2", ... } }
One thing to note, I have decided to move the loggers to the same package as the main API. It seems unnecessary and it also allows me to implement a pretty easy to use logger configuration.
loggers
Fixes #5 and part of #6
Changes added:
One thing to note, I have decided to move the
loggers
to the same package as the main API. It seems unnecessary and it also allows me to implement a pretty easy to use logger configuration.