[7352:11760:0809/012714:VERBOSE1:resource_loader.cc(630)] Log message.Chrome Browser debug log parsing
Posted on Aug 9, 2022 at 4:55 PM
How can I configure LogViewPlus to parse Chrome debug logs? For example:
Posted on Aug 9, 2022 at 5:01 PM
The Chrome Browser debug log format is well defined. You can parse these log files using a Pattern Parser with the pattern:

This pattern parser configuration uses string specifiers.
Hope that helps,
Toby
[%S{Process ID}:%S{Thread}:%d{MMdd/HHmmss.fff}:%p:%S{Source File}(%S{Line Number})] %m%n
This pattern parser configuration uses string specifiers.
Hope that helps,
Toby
This topic is closed and cannot receive new replies.