Is there a chance to add a tag feature to the logger?
There was already a PR on the old repo:
[Feature] Add 'TAG' options #103
And here is a discussion:
simc/logger#68 (comment)
The reason for this is, if you have multiple components for example, I use get_it to inject my logger into these components to collect all log data in one place (FileOutput, whatever.). But I can't figure out which log comes from what component. Maybe just an optional tag attribute like the guy did in the PR.
Is there a chance to add a tag feature to the logger?
There was already a PR on the old repo:
[Feature] Add 'TAG' options #103
And here is a discussion:
simc/logger#68 (comment)
The reason for this is, if you have multiple components for example, I use get_it to inject my logger into these components to collect all log data in one place (FileOutput, whatever.). But I can't figure out which log comes from what component. Maybe just an optional tag attribute like the guy did in the PR.