DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30131>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30131

Getting Logger to give trace Information!

           Summary: Getting Logger to give trace Information!
           Product: Commons
           Version: 1.2 Final
          Platform: Other
        OS/Version: OS/400
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Logging
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I have looked at the User Manual and can not get the logging to be sent to 
display when I run my class! 

I set my system properties as follows!  Is there anything more I need to do to 
get the trace information displaying!

  System.setProperty 
("org.apache.commons.logging.simplelog.log.org.apache.commons.httpclient", "debu
g");
  System.setProperty
("org.apache.commons.logging.Log", "org.apache.commons.logging.impl.SimpleLog");
  System.setProperty
("org.apache.commons.logging.simplelog.showdatetime", "true");
  System.setProperty
("org.apache.commons.logging.simplelog.log.httpclient.wire", "trace");
  System.setProperty
("org.apache.commons.logging.simplelog.log.org.apache.commons.httpclient", "trac
e");

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to