It would be nice if I could define logger id in the constructor of Logger and be able to remove logger specified by the id.
Use case:
In debug version of my app I am using optional web logging (if user specifies url of his logging server and turns web logging on). He should also be able to turn the logging off, but I am not able to turn it off in current state.
It would be nice if I could define logger id in the constructor of Logger and be able to remove logger specified by the id.
Use case:
In debug version of my app I am using optional web logging (if user specifies url of his logging server and turns web logging on). He should also be able to turn the logging off, but I am not able to turn it off in current state.