Search found 551 matches

by admin
Sat Oct 06, 2007 7:35 am
Forum: Using LogMX
Topic: Log4j date pattern parsing problem
Replies: 2
Views: 6714

Hello,

This bug is now fixed in the new 1.1.0 release. Log4j pattern parsing has been greatly improved (performance and new features).

Note that LogMX now requires Java 5 or later (versions 1.4 not supported anymore).

Xavier
by admin
Sat Oct 06, 2007 7:28 am
Forum: Using LogMX
Topic: Many Tabs
Replies: 2
Views: 5243

Hello,

This feature is now included in the new version v1.1.0 (Download page of this site)

Xavier.
by admin
Wed Sep 12, 2007 6:32 pm
Forum: Using LogMX
Topic: Detail view
Replies: 2
Views: 5186

Hello, Next release v1.1.0 (cf. http://www.logmx.com/forum/viewtopic.php?p=58#58 ) will allow you to add any entry field in 'message' field. But these fields will be added this way: [Field1=value1] [Field2=value2] My Hello World message I'm not sure it matches your need, you may prefer: Field1 : val...
by admin
Wed Sep 12, 2007 6:25 pm
Forum: Using LogMX
Topic: Log4j date pattern parsing problem
Replies: 2
Views: 6714

Hello, You're right, it's a known bug in v1.0.7 that will be fixed in the next release v1.1.0, which is a major release including many bugfixes and new features that will be available within a month. Log4j Pattern parsers will be greatly improved in this release (user will be able to set many differ...
by admin
Wed Sep 12, 2007 6:21 pm
Forum: Using LogMX
Topic: Work with Putty Pagent for SCP operations
Replies: 25
Views: 1707806

Hello,

We don't currently plan to use Pageant, but it may be a good idea. Our dev team will analyze if it's possible, and we will let you know if such a feature will be implemented. Thanks for the idea.

Xavier.
by admin
Wed Sep 12, 2007 6:20 pm
Forum: Using LogMX
Topic: Many Tabs
Replies: 2
Views: 5243

Hello, If file tabs don't fit in window, you can use menu "Window" > "Select" to view all tabs and select one of them. But you're right, it's not really user-friendly... We will add in the next release a button at the right of the tabs line when they don't fit in window. This button will bring a pop...
by admin
Thu Jun 07, 2007 7:18 pm
Forum: Installing LogMX
Topic: how to replace an old version with a new one ?
Replies: 1
Views: 20489

Hello, In order to manually upgrade to a new LogMX version while keeping all your preferences (bookmarks, passwords, ...), here are the steps to follow: On Windows: Simply download and run the latest version (Windows installer) from https://logmx.com/download Linux, Mac, or Windows without the insta...
by admin
Wed May 23, 2007 4:30 pm
Forum: Writing a Parser
Topic: Developping a parser that needs a JAR
Replies: 3
Views: 36295

Hi, It will be better to add another env. variable like : LOGMX_ADDITIONAL_CLASSPATH where all specifics jar files could be added... this will permit to keep your script as is : LOGMX_CLASSPATH=$LOGMX_ADDITIONAL_CLASSPATH :$LOGMX_PATH/classes Cheers Hello, You're right 'biodegradable', it will be e...
by admin
Sun Apr 01, 2007 3:46 pm
Forum: Writing a Parser
Topic: Developping a parser that needs a JAR
Replies: 3
Views: 36295

Re: Developping a parser that needs a JAR

Hi, My parser needs a JAR : where can I add this JAR file so that LogMX will include it in its classpath when using this parser? Hello, You have to add this JAR filename to the classpath used to start LogMX. Depending on your OS, you should modifiy the following file from your LogMX distribution: (...
by admin
Sun Apr 01, 2007 3:37 pm
Forum: Using LogMX
Topic: Diff of 2 log files...
Replies: 1
Views: 4148

Re: Diff of 2 log files...

Hello, How can I process a "diff" between two log files ? Thank you in advance LogMX doesn't include a "diff" feature at this time, but you can follow the following steps to process a diff that will ignore entries date: 1 - Export the two log files in CSV with LogMX ("Tools" > "CSV Export") but wit...
by admin
Fri Mar 30, 2007 8:56 pm
Forum: Writing a Parser
Topic: Configure my parser with external properties
Replies: 1
Views: 17732

Re: Configure my parser with external properties

Hello, I'd like to configure my java parser with an external config file (i want to be able to change the format date of my parser without recompiling it). Thank you. Hello, You can simply use the configuration file "parsers.properties" located in the "config" directory of your LogMX distribution. ...