Hi! Every time we create a logger "instance" it allocates resources, such as:
Obviously, the pointer destructors won't release the logger. But is there a way to deallocate resources for a particular logger? Something like /Logger::releaseLogger("aaa")/, which would release logger "aaa" or even /Logger::releaseLogger("bbb")/, which would release the loggers "bbb.xxx" and "bbb.yyy"? Thanks ----- Joao Antunes -- View this message in context: http://apache-logging.6191.n7.nabble.com/deallocating-resources-tp57071.html Sent from the Log4cxx - Users mailing list archive at Nabble.com.