Search found 4 matches

by shemesh
Mon Jun 21, 2010 12:03 pm
Forum: Using LogMX
Topic: annoying bug
Replies: 7
Views: 11246

Re: annoying bug

yep, exactly the problem.
good to know it is being handled.
by shemesh
Mon Jun 14, 2010 8:05 am
Forum: Using LogMX
Topic: annoying bug
Replies: 7
Views: 11246

Re: annoying bug

i suspect this is got to do with columns settings (hiding, saving, etc..)
could be?
by shemesh
Mon Jun 14, 2010 6:50 am
Forum: Using LogMX
Topic: annoying bug
Replies: 7
Views: 11246

annoying bug

hi, i get this annoying bug that happens without any obvious reason. every once in a while i get this message error: Error while reading file "some\file\logger.log" [ArrayIndexOutOfBoundsException] -16 and it wont go away! EVER! once i get it, i keep getting it when trying to load ANY file with ANY ...
by shemesh
Thu Jun 10, 2010 2:48 pm
Forum: Writing a Parser
Topic: please help with a simple parser
Replies: 1
Views: 16413

please help with a simple parser

hi, i need some help with writing a parser. this is the format of a log entry: yyyy-MM-dd HH:mm:ss,SSS | level | emiter | user name | user | class name | method name | message and this is the code of my parser: private ParsedEntry entry = null; private final static SimpleDateFormat DATE_FORMAT = new...