Hello All,
How do i use the standard logger that comes with each webdynpro application?
private static final com.sap.tc.logging.Location logger =
com.sap.tc.logging.Location.getLocation(xxx.class);
static
{
//@@begin id
String id = "$Id$";
//@@end
com.sap.tc.logging.Location.getLocation("ID.com.sap.tc.webdynpro").infoT(id);
}
And if i do use this logger where can i access these files?
Thanks