I'm writing some low level classes that will later be used in a larger application. What would be the best way to use the logger class without being in the context of a Poco Application class? Is this possible or do I need to make a dummy Application to put my project in to make the logger work?
Thanks!





