Re: Log stack trace into a new log file using DSL

2011-07-19 Thread Echo
sift.appender.append=true 2- I use DSL to log : process(doSmth).log(LoggingLevel.INFO,"new","HelloZ my new Logger ${exception.stacktrace}") Enjoy :) -- View this message in context: http://camel.465427.n5.nabble.com/Log-stack-trace-into-a-new-log-file-using-DSL-tp

Log stack trace into a new log file using DSL

2011-07-19 Thread Echo
ew.log" has just the message I wrote : 15:00:23,633 | INFO | qtp25311303-70 | new | rg.apache.camel.processor.Logger 213 | 51 - org.apache.camel.camel-core - 2.6.0 | HelloZ New Logger How could I log the stack trace into the "new.log" as well -- View this