Skip to Content
0
Former Member
Sep 24, 2005 at 08:21 AM

standard logger

35 Views

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