cancel
Showing results for 
Search instead for 
Did you mean: 

Where to find the correct log in visual administrator

Former Member
0 Kudos

Hi,

Im logging this in my application like


private static final com.sap.tc.logging.Location logger = 
    com.sap.tc.logging.Location.getLocation(APApp.class);
logger.error(Category.APPLICATIONS, "Error calling: getMyForm.", e);

Im looking in the Visual Administrator to find my log but i cant seen to find it. Can anyone point me in the right direction?

Much thanks in advance,

Hugo Hendriks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

aaaah...already found it underneath j2ee\cluster\server0\log\DefaultTrace.trc.

Nevermind