I wish to have a debug logger in a class that should be extended. Is there a way to do this without having to add the log entry on every derived class?
using