Search found 51 matches

by jpierce
Thu Mar 28, 2019 1:38 pm
Forum: Using LogMX
Topic: what determines emitter color
Replies: 4
Views: 13401

Re: what determines emitter color

I'm simply talking about a way to set the foreground colors you are currently using in the emitter tree. Right now, it's hardcoded to red, yellow, green and gray. Ideally, though, I'd like there to be at least one more coloring level. I say that because I color TRACE lines with gray (mainly to match...
by jpierce
Wed Mar 27, 2019 4:54 pm
Forum: Submitting a feature request
Topic: cancel opening multiple files when out of memory
Replies: 5
Views: 29123

Re: cancel opening multiple files when out of memory

Also, it would be really useful to be able to select something from the File of Type for a filter other than *.*. I often am opening it from a directory with a lot of other stuff, and would actually want it to be just looking for *.log most of the time. Maybe in the options you could add extensions ...
by jpierce
Wed Mar 27, 2019 4:49 pm
Forum: Submitting a feature request
Topic: cancel opening multiple files when out of memory
Replies: 5
Views: 29123

Re: cancel opening multiple files when out of memory

It was none of the above. :D I went to File->Open->Local File Manager and selected a bunch of log files and clicked Open. Speaking of which, I noticed that when you re-open the File->Open later, the same files are still selected as last time. This could be seen as a feature, but one time I was going...
by jpierce
Wed Mar 27, 2019 4:04 pm
Forum: Submitting a feature request
Topic: tooltip/hint for full cell contents on flyover?
Replies: 2
Views: 10237

Re: tooltip/hint for full cell contents on flyover?

Okay, understood. If you were to ever bring back the show-on-flyover code, with an option to turn it on, that'd be great.
by jpierce
Wed Mar 27, 2019 4:02 pm
Forum: Using LogMX
Topic: errors with timeline and date settings
Replies: 7
Views: 16073

Re: errors with timeline and date settings

Yes! I think it was just being hard to debug because I only ran into it with certain log lines, which were the ones the parser had put an extra "2019" onto.
by jpierce
Wed Mar 27, 2019 1:40 pm
Forum: Using LogMX
Topic: what determines emitter color
Replies: 4
Views: 13401

Re: what determines emitter color

I experimented a bit more and think I get it now. For For example: https://i.imgur.com/4mEJeym.png For emitter A 1. If a log line with an emitter of exactly A or any descendant of A has a Group 5-6 log level, color A them with the respective color (yellow or red) for those levels. 2. If a log line w...
by jpierce
Wed Mar 27, 2019 1:15 pm
Forum: Using LogMX
Topic: remove correlation?
Replies: 3
Views: 13514

Re: remove correlation?

That's fine. You could also put a thing on the bottom status bar like you do with the search, showing what the correlation being used is and a popup menu that says Remove correlation.
by jpierce
Tue Mar 26, 2019 6:58 pm
Forum: Using LogMX
Topic: what determines emitter color
Replies: 4
Views: 13401

what determines emitter color

What determines what color the emitter will be colored (on the left side under Emitters)?

I had thought it was the highest log level of any line that used that emitter (or a child of that emitter). But that doesn't seem to be the case.
by jpierce
Tue Mar 26, 2019 6:21 pm
Forum: Using LogMX
Topic: errors with timeline and date settings
Replies: 7
Views: 16073

Re: errors with timeline and date settings

It's using America/Chicago, which is the correct one. Again, though, this only happens if I go and change the "Display log entries date with custom format". Without that checked, it has no problem. I take that back. I did find a case where it would happen even without that unchecked. This could be ...
by jpierce
Tue Mar 26, 2019 6:16 pm
Forum: Using LogMX
Topic: errors with timeline and date settings
Replies: 7
Views: 16073

Re: errors with timeline and date settings

It's using America/Chicago, which is the correct one. Again, though, this only happens if I go and change the "Display log entries date with custom format". Without that checked, it has no problem. I take that back. I did find a case where it would happen even without that unchecked. This could be ...
by jpierce
Tue Mar 26, 2019 6:12 pm
Forum: Using LogMX
Topic: errors with timeline and date settings
Replies: 7
Views: 16073

Re: errors with timeline and date settings

Here's what I have no. Let me know if I'm doing that right: private final static Object DATE_FORMATTER_MUTEX = new Object(); @Override public Date getAbsoluteEntryDate(ParsedEntry parsedEntry) throws Exception { synchronized (DATE_FORMATTER_MUTEX) { return DATE_FORMAT.parse(parsedEntry.getDate()); }...
by jpierce
Tue Mar 26, 2019 5:58 pm
Forum: Using LogMX
Topic: errors with timeline and date settings
Replies: 7
Views: 16073

Re: errors with timeline and date settings

It's using America/Chicago, which is the correct one.

Again, though, this only happens if I go and change the "Display log entries date with custom format". Without that checked, it has no problem.
by jpierce
Tue Mar 26, 2019 5:40 pm
Forum: Using LogMX
Topic: remove correlation?
Replies: 3
Views: 13514

remove correlation?

Is there some way to remove correlation? Can't seem to find it anywhere.
by jpierce
Tue Mar 26, 2019 2:49 pm
Forum: Submitting a feature request
Topic: cancel opening multiple files when out of memory
Replies: 5
Views: 29123

cancel opening multiple files when out of memory

If you tell LogMX to open a bunch of files, and it runs out of memory partway through, it would be nice if in the popup there was an option to tell it to cancel loading the rest of the files.
by jpierce
Tue Mar 26, 2019 3:40 am
Forum: Submitting a feature request
Topic: custom detail panes/visualizers
Replies: 9
Views: 20351

Re: custom detail panes/visualizers

I did not know about the double-click details bit. Would be nice to have a shortcut that did it as well, and for it to be listed under Window.