Re: logging without a new-line
Posted By:
Mark_Womack
Posted On:
Friday, January 3, 2003 05:00 PM
What type of layout are you using? You can use PatternLayout, which does not assume a new line character. In fact, you have to specify in using the %n pattern if you want it.