Hi All,
I have the same problem as [here|Loggin and tracing APIs - runtime dependency].
I am using SAP EP 7.3.
I created location varible in my web-service
private static final Location logger = Location.getLocation(TestKmWSImplBean.class);
and tried to write some information into the logs using this code:
logger.debugT("some text");
I cannot find this location in NWA -> Log Configuration, Tracing Locations.
Do you have any ideas why it is not displayed there and how to find my logs in the default traces?
Thanks and Regards
Alex