LogViewPlus Support

How to correct log level when there's colon in message?

https://www.logviewplus.com/forum/Topic2099.aspx

By bruce - 6 Mar 2024

using version 2.5.51

[%d{yyyy.MM.dd-HH.mm.ss:fff}][%t]%c: %p{-expectedValues:VeryVerbose,Verbose,Display,Warning,Error}: %m%n
[%d{yyyy.MM.dd-HH.mm.ss:fff}][%t]%c: %m%n

This is OK (without colon)
[2024.03.06-08.24.59:027][ 0]LogConfig: Setting CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]]


This has colon in message and log level is SEVERE. 
[2024.03.06-08.24.59:027][ 0]LogInit: Selected Device Profile: [Windows]


I want log level to be NONE in this case too. What's the best way to do it with my version?

By LogViewPlus Support - 6 Mar 2024

Hi Bruce,

This configuration seems to work fine in the latest release, so I would recommend upgrading:


Given that the latest version works where v2.5.51 does not - it probably means this is a bug in v2.5.51 which was resolved in a later release.  I don't think there is anything wrong with your configuration.

Hope that helps,

Toby