Search found 2 matches

by awcastile
Mon Nov 10, 2008 5:29 pm
Forum: Using LogMX
Topic: log4j parser error
Replies: 2
Views: 5576

Xavier, Thank you! Sometimes (most times?) it is the small things that complicate our efforts. The solution for this issue was to remove the 'crlf' from the parser string - so the original parser statement was: %d{ISO8601} %-7p [ %t ] ( %c{1} ) --> %m%n and the functional statement is now: %d{ISO860...
by awcastile
Mon Oct 20, 2008 10:57 pm
Forum: Using LogMX
Topic: log4j parser error
Replies: 2
Views: 5576

log4j parser error

I am (very) new to LogMX so please pardon the naive post however, every time I attempt to load a log4j log file I receive the following message: "No suitable parser found for this file (check Options for available parsers). File content will be displayed in raw text only." I created a log4j parser t...