What is required to be able to enable logging on a package/class? For example, I have a class:
com.acme.brand.business.RenditionManagerImpl
when I attempt to "Add logger:" com.acme.brand.business.RenditionManagerImpl
I get an error:
Failed package com.acme.brand.business.RenditionManagerImpl not found
Why is it not finding this class/package?
What is required to be able to enable logging on a package/class? For example, I have a class:
com.acme.brand.business.RenditionManagerImpl
when I attempt to "Add logger:" com.acme.brand.business.RenditionManagerImpl
I get an error:
Failed package com.acme.brand.business.RenditionManagerImpl not found
Why is it not finding this class/package?