Search found 551 matches

by admin
Fri Aug 24, 2018 1:30 am
Forum: Using LogMX
Topic: Many Tabs
Replies: 3
Views: 13087

Re: Many Tabs

Hello, When you have many tabs with long file names, 2 things should happen: the name displayed on tabs should be shortened like "Beginning of[...]of file name" (instead of "Beginning of file name and then end of file name"), and then a label should be displayed at the right of the tabs, including a...
by admin
Tue Aug 21, 2018 9:36 pm
Forum: Getting/Buying LogMX
Topic: Upgrade to professional
Replies: 4
Views: 50684

Re: Upgrade to professional

Hello,

Sorry, the link in this thread has now changed, we forgot to update it (I've just edited the message to fix the link). Here it is: https://logmx.com/update

Xavier
by admin
Tue Aug 07, 2018 4:13 am
Forum: Submitting a feature request
Topic: Folders in Bookmarks
Replies: 3
Views: 36285

Re: Folders in Bookmarks

Hello,

Better late than never :roll:, LogMX v7.2.0 that was just released now allows you to store your bookmarks in (sub)folders (tree of any depth)

Xavier
by admin
Tue Aug 07, 2018 12:38 am
Forum: Using LogMX
Topic: Saving the Log4J patterns
Replies: 3
Views: 14118

Re: Saving the Log4J patterns

Hello,

Not for now, but it is in our backlog. We agree that would be nice ;)
I will post a message in this thread when it will be available.

Xavier
by admin
Sat Aug 04, 2018 2:19 am
Forum: Using LogMX
Topic: How to Parse this log?
Replies: 3
Views: 16121

Re: How to Parse this log?

Hello, If you don't need the threads, you can use the Parser I have created for you: logmx.parser.export You will also need to setup the log levels (I assumed "V" is Verbose and "F" is Fatal, even is Fatal doesn't seem to be an official level: https://developer.android.com/reference/android/util/Log...
by admin
Wed Aug 01, 2018 2:51 am
Forum: Submitting a feature request
Topic: Zeroconfig / Bonjour
Replies: 3
Views: 14731

Re: Zeroconfig / Bonjour

Thank you, I see. The LogMX Java code could call the functions of a similar DLL, but that wouldn't be portable for macOS/Linux, as well as the requirement to run a Windows service. We will try to find a pure-Java solution so that the features provided by both your service and your DLL could be achie...
by admin
Wed Aug 01, 2018 2:36 am
Forum: Submitting a feature request
Topic: Cherry-pick multiple emitters in tree view
Replies: 1
Views: 10807

Re: Cherry-pick multiple emitters in tree view

Hello, I'm not sure what you have already tried (sorry if you already did), but you can: Right-click on any node in the tree view and select "Show only package and children" (if all the emitters you want to see are under the same node) If after solution 1, you need a few more emitters that are not u...
by admin
Tue Jul 31, 2018 1:55 am
Forum: Submitting a feature request
Topic: Zeroconfig / Bonjour
Replies: 3
Views: 14731

Re: Zeroconfig / Bonjour

Hello, Thank you for this idea, very interesting. It seems there a few different implementations of zeroconfig (Apple's implementation "Bonjour" seems indeed pretty famous). I just only read a couple of things on this topic and it seems one implementation is not compatible with another (eg. client u...
by admin
Wed Jul 04, 2018 2:17 am
Forum: Writing a Parser
Topic: converting #012 from syslog
Replies: 4
Views: 18083

Re: converting #012 from syslog

Sorry about that, I see what happened (bug while importing the Parser on macOS, and on top of that I compiled this Parser with Java 9). Please use the attached ZIP file to manually import the Parser: copy the ".class" file from this ZIP in LogMX directory "parsers/classes/sample/parser", copy the "....
by admin
Tue Jul 03, 2018 3:04 am
Forum: Submitting a feature request
Topic: Enhance Mark/Unmark Entry
Replies: 2
Views: 12277

Re: Enhance Mark/Unmark Entry

Hello, There is no option to change this color at this time. But this is a good idea, thanks. I'm adding this to our backlog. I guess we can add this new option in the "Display" tab of the "Options" dialog. I'll post a message here when the feature will be available. In the meantime, if you find it ...
by admin
Tue Jul 03, 2018 2:57 am
Forum: Writing a Parser
Topic: converting #012 from syslog
Replies: 4
Views: 18083

Re: converting #012 from syslog

Hello, There's no easy trivial way to do it, but with a few lines of Java you can write your own Parser and import it in LogMX. I attached to this post (see link below) a Parser that should do the trick for you. To import it, just go to menu "File" > "Configure Log Parsers...", then click on the imp...
by admin
Sat Mar 24, 2018 4:16 am
Forum: Using LogMX
Topic: Problem using HTTP file manager
Replies: 9
Views: 25532

Re: Problem using HTTP file manager

Hello, the first step it's a parse problem, that's right, the error is if you say "Yes" to create a New Parser, the app doesn't open the Parser's edition window, opens the third window and I can't create a new parser for this file can't be parsed. LogMX v6.2.0 has just been released and it includes ...
by admin
Sat Mar 17, 2018 1:08 am
Forum: Using LogMX
Topic: Saving the Log4J patterns
Replies: 3
Views: 14118

Re: Saving the Log4J patterns

Hello Marko, Thanks, happy to hear you like LogMX :) You don't have to enter the Log4j pattern(s) each time you start LogMX. When you click "OK" or "Apply" in the "Options" window after having set your parser up, all your parsers should be saved to disk (by default, file "<LogMX-install-dir>/config/...
by admin
Sat Mar 17, 2018 12:49 am
Forum: Writing a Parser
Topic: Log4J Parser for Multi-line message
Replies: 1
Views: 12927

Re: Log4J Parser for Multi-line message

Hello Craig, It seems that the Pattern you're using for your Parser may not be quite right: from the tests I did with your log format, it seems that the Pattern to use should be me more something like this: %d{ISO8601} SAST %-6level %c %mx{version::int}:%mx{subversion::int} [%t] %m%n The difference ...
by admin
Wed Feb 28, 2018 2:25 am
Forum: Writing a Manager
Topic: HTTP "listener" Log Manager
Replies: 11
Views: 171030

Re: HTTP "listener" Log Manager

Mail re-sent. I replaced the base URL of our website with XXXXX, I guess your mail server doesn't like URLs ending with ".jar" (which could make sense!)