Multiple loggers using the same file sink #21
Replies: 1 comment
-
Yes, obviously you can use the same sink for multiple loggers. that's why
This is an expected usage. The difference between
Currently there is no such thing as a logger registry, so it will not be stored anywhere by |
Beta Was this translation helpful? Give feedback.
-
Hi,
Is it possible to use the same rotating file sink for multiple loggers?
I've an application that's split into multiple components which I'd like a separate logger for and the components are each within a separate module.
I'm thinking the loggers themselves will be stored in a logging module, within mutex locked hashmap.
Thanks in advance.
Luke
Beta Was this translation helpful? Give feedback.
All reactions