Search found 551 matches

by admin
Thu Apr 03, 2008 9:05 pm
Forum: Using LogMX
Topic: "Off the shelf" way to use log4j's XMLLayout?
Replies: 7
Views: 27377

Hello, We are currently working on a new full-win32 based solution to re-implement the "Open with LogMX" context menu item. Indeed, the current implementation doesn't work for install directories containing a space, and, you're right, information should be written in registry in "shellex" and use a ...
by admin
Mon Mar 31, 2008 11:47 pm
Forum: Using LogMX
Topic: "Off the shelf" way to use log4j's XMLLayout?
Replies: 7
Views: 27377

Hello, You're right, it's a common log4j layout. It will be included in the next release (v1.2.3) that should be available in one or two weeks. In the meantime, here is the Java Class Parser that will be used in this next release: https://logmx.com/dev/parsers/Log4jXMLLogFileParser.java.html copy/pa...
by admin
Fri Feb 22, 2008 6:56 pm
Forum: Writing a Manager
Topic: logMX & Oracle
Replies: 2
Views: 18791

LogMX v1.2.2 is now available. You can now define your Oracle Manager by writing a simple Java class (based on JDBC oracle driver for example). Here are a few links to help you write this class: Manager Development Guide: http://www.logmx.com/p_manager_dev.php LogMX API: http://www.logmx.com/dev/api...
by admin
Tue Jan 29, 2008 5:25 pm
Forum: Writing a Manager
Topic: logMX & Oracle
Replies: 2
Views: 18791

Hello,

It will be possible in the next version (v1.2.2) that will be available next month, using the new feature "User-defined managers".
by admin
Wed Dec 26, 2007 11:09 am
Forum: Using LogMX
Topic: "Off the shelf" way to use log4j's XMLLayout?
Replies: 7
Views: 27377

Hello, To read such XML files, you can use one of these two ways: Create a LogMX Java Parser that will use an XML parser (SAX may be better here than DOM). This solution will be useful if you want to use, for example, XSD/DTD (XML validation) or XML entities in your files (e.g. to translate ">" in "...
by admin
Fri Dec 07, 2007 12:39 am
Forum: Writing a Parser
Topic: How to create Parse for own log File
Replies: 1
Views: 18105

Hello, At this time, I suggest you 3 different solutions, depending on what you need: Write your own class "MyEntity" that extends "ParsedEntry". This way, you can set any attribute you want on "MyEntity" and use it the same way you use "ParsedEntry" (i.e. using "void addEntry(ParsedEntry)" with "My...
by admin
Fri Nov 30, 2007 12:11 am
Forum: Miscellaneous
Topic: What launcher library are you using?
Replies: 1
Views: 16281

This is a small program we wrote in C++ to avoid Batch files. You can configure start-up options in "launcher.cfg". This LogMX.exe process stops a few seconds after the GUI is started (just enough to handle boot errors, then stops to free some memory)
by admin
Tue Nov 27, 2007 9:55 pm
Forum: Using LogMX
Topic: Tail option before loading file?
Replies: 3
Views: 20857

Hello, Do you mean making LogMX parse only the end of the file when the user would open this file? (of course only if he had checked a new option to enable AutoRefresh+entries limit). What about adding this new "tail" option to the "open file" dialog options? (currently, you can show/hide these opti...
by admin
Mon Nov 26, 2007 10:03 pm
Forum: Submitting a feature request
Topic: Feature Request: Save GUI state for each log file
Replies: 1
Views: 6710

Hello, Another good idea! Maybe we can add a button to save the current file state: filtered emitters, filtered levels, marked entries, user-defined filters, and position in file. State would be automatically named according to file name and a sequential number (user would not be asked for a state n...
by admin
Sun Nov 25, 2007 11:59 pm
Forum: Submitting a feature request
Topic: Feature Suggestion: Parse into arbitrary fields
Replies: 8
Views: 40596

This is a good idea: each log entry could have a 'hash table' filled by the parser, for example: [ConnectionPool] = 'ReadOnly', [TransactionLevel] = 1 [DbProc] = <null> (if no information found in file for this field) Then LogMX would also display these extra fields only if they are set for at least...
by admin
Sun Nov 25, 2007 11:30 pm
Forum: Submitting a feature request
Topic: Feature Request: Color by Alerts / Show-Hide by Alerts
Replies: 2
Views: 8179

Hello Chris, Thank you for all these ideas! Implementation of a "filter" feature is planned and should be available for February 2008: http://www.logmx.com/forum/viewtopic.php?t=34 . I suggest adding a "color" option to this filter: for each filter, user will be able to choose an action for entries ...
by admin
Wed Nov 21, 2007 10:28 pm
Forum: Using LogMX
Topic: Saving the Log4J patterns?
Replies: 2
Views: 3997

Hello, Thank you, greatly appreciated. Each time you define a new parser, it's automatically stored in LogMX preferences. You don't have to re-define it every time you restart LogMX. As for sharing a set of parsers with other users, you can : copy your preferences file "config/logmx.properties" from...
by admin
Sat Nov 17, 2007 3:06 pm
Forum: Using LogMX
Topic: Recent files list with merges
Replies: 3
Views: 4571

PS : that will only affect "Recent files" list in "File" menu
by admin
Sat Nov 17, 2007 3:05 pm
Forum: Using LogMX
Topic: Recent files list with merges
Replies: 3
Views: 4571

This is now fixed in v1.1.2 that should be available in december 2007. All file names are now shortened to 90 chars, including merged and SCP files : C:\myfolder1\myfolder2\myfolder3\myfo[...]olderA\myfolderB\myfolderC\my_file.txt merge://C:\myfol[...]my_file.txt;C:\myfold[...]my_file.txt;C:\myfold[...
by admin
Thu Nov 15, 2007 9:34 pm
Forum: Submitting a feature request
Topic: Feature Request: Message improvements
Replies: 3
Views: 7473

Hello, For 1°) => great idea. Ctrl-F keystroke may annoy some users who don't know this feature: depending on the GUI component that has the focus, Ctrl-F would not match the same feature: "entry search" if main table has the focus, and "message text search" if message panel has the focus. Maybe Ctr...