Hi,
I have a logging/trace/debug procedure that logs events in my web app.
One of the parameters currently is p_web.
Just trying to figure out,
if I have lots of calls to the debug log procedure with the p_web as a parameter,
but only to return without action because global debug is switched off.
How bad is this?
thanks
Johan