Making a logger per kernel/user
I'm looking to make a logger instance for each individual kernel/user.
How should I go about instantiating one and ensuring it's passed properly between different parts of the codebase?
My initial thought was:
But you aren't really able to configure them individually if they're under the same name.
0 Replies