0 Replies Latest reply on Jun 17, 2003 11:13 PM by spiritualmechanic

    O'Reilly Example

      I have a very basic question:
      I have a very basic question about the O'Reilly example. Why are there still messages coming out after you disable tracing? Shouldn't hello world not come out?

      I'll look at the source again, to see if I missed something obvious. Maybe the metadata=false turns something else off.

      Entering constructor: public POJO()
      Leaving constructor: public POJO()
      Entering method: helloWorld
      Hello World!
      Leaving method: helloWorld
      Turn off tracing
      Entering method: disableTracing
      Leaving method: disableTracing
      Hello World!
      Turn on tracing
      Entering method: helloWorld
      Hello World!
      Leaving method: helloWorld