Search found 3 matches

by xplodersuv
Sun Nov 16, 2008 12:13 am
Forum: Using LogMX
Topic: Multi-line log entries
Replies: 1
Views: 3861

Multi-line log entries

Our logs don't exactly follow the one-line-per-event standard so sometimes out logs look like this: INFO 12/23/2008 12:45:03 AM MyClass: object { attr1 = 123 ...etc... } INFO 12/23/2008 12:45:04 AM MyClass: Next statement The problem is that logmx only shows the first line, not the subsequent lines ...
by xplodersuv
Thu Nov 06, 2008 11:42 pm
Forum: Using LogMX
Topic: Line Numbers (log4j)
Replies: 2
Views: 4465

Thanks! Exactly the answer I was looking for. And as a side bonus, thanks for pointing my \n mistake out!
by xplodersuv
Thu Nov 06, 2008 4:15 am
Forum: Using LogMX
Topic: Line Numbers (log4j)
Replies: 2
Views: 4465

Line Numbers (log4j)

I am trying to show the line numbers in logmx with no luck. Here is my logging statement INFO 2008-11-05 17:38:02,138 MyClass(64) - This is the message and my pattern is %-5p %d %C{1}(%l) - %m\n I can't get it to display the line number next to the class name. I have tried upper and lower case versi...