Hi,
I've develop an application using Location and Category.
I can find the Category log in the LogViewer.
But I don't find Location trace anywhere ...
I use:
LOCATION.entering("doInitialization");
LOCATION.infoT("doInitialization", "User started transaction", new Object[] { m_timeManagment.getFirstName()});
With the configuration:
- SEVERITY=ALL
defined in the Log Configurator.
Where should I see the associated trace ?
Thanks,
Fabien