Cheers Ceki, I'll go through those. Lance
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Ceki Gulcu Sent: 25 March 2009 16:02 To: logback users list Subject: Re: [logback-user] Programmmatically creatinglogger/appender/pattern Hello Lance, Look into the junit test cases which do that type of operation all the time. For example, see: http://logback.qos.ch/xref-test/ch/qos/logback/classic/html/HTMLLayoutTest.html http://logback.qos.ch/xref-test/ch/qos/logback/core/rolling/SizeBasedRollingTest.html If that does not help, post your code here. Lance White wrote: > Has anyone got any examples on how to programmatically create a logger / > appender / pattern et. al in-line in code? > > I can't for the life of me get this running. Currently I've got the > appender (file appender in this case) creating the output files, but > all I get in them is stuff like: > > %PARSER_ERROR_d:MODULE:%PARSER_ERROR_msg% > > Which looks like the pattern stuff isn't started up properly. > > Cheers > > Lance -- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch _______________________________________________ Logback-user mailing list [email protected] http://qos.ch/mailman/listinfo/logback-user No virus found in this incoming message. Checked by AVG - www.avg.com Version: 8.0.238 / Virus Database: 270.11.23/2016 - Release Date: 03/25/09 07:16:00 _______________________________________________ Logback-user mailing list [email protected] http://qos.ch/mailman/listinfo/logback-user
