Search found 4 matches

by lili
Wed Nov 05, 2014 5:13 pm
Forum: Writing a Parser
Topic: file format doesn't handle absolute dates
Replies: 4
Views: 20101

Re: file format doesn't handle absolute dates

thank you for the prompt reply!
where can I use the absolute dates in the basic version of the program? Is it used only to calculate the time between 2 selected log entries? Or can I find 2 subsequent entry logs that are written with a distance of more than x milliseconds?


thanks again
by lili
Mon Nov 03, 2014 7:49 pm
Forum: Writing a Parser
Topic: file format doesn't handle absolute dates
Replies: 4
Views: 20101

file format doesn't handle absolute dates

Hi, I don't write a date in my log (the log file is replaced daily). So the log looks like this: 14:37:04,995 INFO [8080-exec-5] (Main.java:291) - Start main 14:37:05,151 INFO [8080-exec-5] (Mainjava:293) - Finish main And the parser is: %d{HH:mm:ss,S} %p [%t] (%c) - %m Though I get a message that t...
by lili
Mon Nov 03, 2014 7:44 pm
Forum: Using LogMX
Topic: jump to source
Replies: 7
Views: 22804

Re: jump to source

thanks Xavier. I would prefer intellij plugin
by lili
Mon Nov 03, 2014 3:25 pm
Forum: Using LogMX
Topic: jump to source
Replies: 7
Views: 22804

jump to source

Hi
Is there a way to "jump to source" from a strack trace to intellij idea / eclipse?

thanks