Viewing XMLLayout log file?

2002-05-02 Thread Rob Mitchell
log4j:event category=com.loomissayles.framework.lslogging.LSLoggerFactory timestamp=1020341749111 priority=INFO thread=main Can anyone tell me what I'm doing wrong? Thanks! _ Rob Mitchell Base Class Technologies, Inc. Java, WebSphere, Domino, Oracle development [EMAIL

SocketAppender and MDC?

2003-10-16 Thread Rob Mitchell
(cmd)==null) ? : (String)event.getMDC(cmd) ) + '; I get actual values for sEnv, sObj, sCmd ... but the MDC.getContext() returns null. Any ideas? Thanks! ___ Rob Mitchell Base Class Technologies, Inc. Java, WebSphere, Domino, Oracle, Web development [EMAIL

Re: Making HTML log file available through web app

2003-10-17 Thread Rob Mitchell
Hi, For certain message, I actually log those to via JDBCAppender to Oracle DB. Then, I have a dynamic web page which reads a set of those records out of DB, converts to XML, and renders in IE browser with XSL. Pretty neat! ___ Rob Mitchell Base Class