Details
Description
When using this layout in a XML config file :
<layout class="LoggerLayoutPattern">
<param name="ConversionPattern" value="%d
[%t] [%p] : %m" />
</layout>
Logged messages carret doesn't go to the next line, generating this kind of log file :
09/04/2010 17:39:51,056 [4088] [INFO] : Admin [8 | maxime@edencast.com] logged to the administration12/04/2010 12:14:19,940 [3668] [INFO] : Admin [1 | admin@edencast.com] logged to the administration12/04/2010 12:15:24,582 [3668] [INFO] : Admin [1 | admin@edencast.com] validated comments ids : [18]12/04/2010 12:16:09,875 [3668] [INFO] : Admin [1 | admin@edencast.com] validated comments ids : [16]15/04/2010 11:35:55,697 [2112] [INFO] : Admin [8 | maxime@edencast.com] logged to the administration15/04/2010 11:38:42,501 [2112] [INFO] : Admin [1 | admin@edencast.com] logged to the administration16/04/2010 09:51:30,161 [2112] [INFO] : Admin [8 | maxime@edencast.com] logged to the administration16/04/2010 09:52:09,751 [2112] [INFO] : Admin [1 | admin@edencast.com] logged to the administration