|
From: Dave B. <bla...@us...> - 2012-09-13 12:54:29
|
Update of /cvsroot/sblim/jsr48-client/src/org/sblim/cimclient/doc-files In directory vz-cvs-3.sog:/tmp/cvs-serv20467/src/org/sblim/cimclient/doc-files Modified Files: logging.html Log Message: 2.2.0 release work (format) Index: logging.html =================================================================== RCS file: /cvsroot/sblim/jsr48-client/src/org/sblim/cimclient/doc-files/logging.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- logging.html 6 Sep 2012 14:46:48 -0000 1.8 +++ logging.html 13 Sep 2012 12:54:27 -0000 1.9 @@ -99,7 +99,6 @@ }); </pre></div></div> <p>The <code>System.out.println()</code> would of course be replaced with the API calls of the applications logger</p> -<p> <h2>Classic Logging</h2> <p>You say "That's interesting stuff, but I just want my plain old log files back." No problem, the SBLIM CIM Client for Java offers this as well. Via configuration properties you can set up classical file logging out of |