﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>LogViewPlus Support » LogViewPlus Support » Help &amp; Support  » Ignores line break %n if message is empty (2.5.43)</title><generator>InstantForum 2017-1 Final</generator><description>LogViewPlus Support</description><link>https://www.logviewplus.com/forum/</link><webMaster>LogViewPlus Support</webMaster><lastBuildDate>Sat, 09 May 2026 02:15:47 GMT</lastBuildDate><ttl>20</ttl><item><title>Ignores line break %n if message is empty (2.5.43)</title><link>https://www.logviewplus.com/forum/post/1279</link><description>&lt;img src="../Uploads/Images/31054649-8c86-47b6-976f-cfb7.png" data-download-url="../Uploads/Images/ce1e6324-c449-4074-894c-4e80.png" id="if_insertedNode_1639765484365"&gt;</description><pubDate>Fri, 17 Dec 2021 18:51:43 GMT</pubDate><dc:creator>Igor</dc:creator></item><item><title>RE: Ignores line break %n if message is empty (2.5.43)</title><link>https://www.logviewplus.com/forum/post/1280</link><description>Hi Igor,&lt;br/&gt;&lt;br/&gt;This is by design.&amp;nbsp; Parser configurations must describe the all log entries in the log file.&amp;nbsp; In this case, the log entry does not have a message, but the parser configuration states that it should, so the parsing continues automatically on the next line.&lt;br/&gt;&lt;br/&gt;You could try using something like:&lt;br/&gt;[code language="c#"]%d %p [%t]%m%n[/code]&lt;br/&gt;&lt;br/&gt;In this case, the space after the ']' token should be picked up as the message.&amp;nbsp; The disadvantage of this approach is that your messages will have an extra space in them.&lt;br/&gt;&lt;br/&gt;Hope that helps,&lt;br/&gt;&lt;br/&gt;Toby</description><pubDate>Fri, 17 Dec 2021 18:51:43 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item></channel></rss>