Search found 7 matches

by kpberg
Tue Dec 02, 2008 12:45 pm
Forum: Miscellaneous
Topic: Request for enhancements
Replies: 3
Views: 19085

Feature Requests

Hello Xavier,
good to here that my requests will partially be honored.
I understand that JTextArea has no "right justsified" feature but I think your proposal to set the default column width could help us with this topic too...

Thanks.

--Klaus
by kpberg
Fri Nov 28, 2008 8:37 am
Forum: Miscellaneous
Topic: Request for enhancements
Replies: 3
Views: 19085

Request for enhancements

Hello LogMX team, I'm now using LogMX_v1.2.6_pro and - although really satisfied :D - I have two requests for enhancements: 1) It would be nice if column removals (e.g., if I do not need the thread column) in the GUI would survive a restart of the tool, i.e., made PERSISTENT. Perhaps there should be...
by kpberg
Fri Nov 28, 2008 8:29 am
Forum: Writing a Parser
Topic: Log4jPatternLogFileParser seems to ignore Log4j NDN/MDC...
Replies: 4
Views: 32500

Using Log4JPatternParser in LogMX professional version

Hi Xavier,

thanks again for your help!
I have no problem of producing two different versions of my AutoConfigParser, one for LogMX eval and one for LogMX pro. Now, using the new classnames with LogMX pro everything works fine, even with NDC, just as expected!

-Klaus
by kpberg
Thu Nov 27, 2008 3:13 pm
Forum: Writing a Parser
Topic: Log4jPatternLogFileParser seems to ignore Log4j NDN/MDC...
Replies: 4
Views: 32500

Access to obfuscated classes not possible LogMX-1.2.6_pro!?

Hi Xavier, with the free eval version 1.2.6 everything works fine now! Thanks a lot. But today I bought 1 license for LogMX-1.2.6_pro and using this version my nice Log4J AutoConfigParser does not run :( The logmx.jar files are different between professional and eval version and that means that my v...
by kpberg
Wed Nov 26, 2008 3:13 pm
Forum: Writing a Parser
Topic: Log4jPatternLogFileParser seems to ignore Log4j NDN/MDC...
Replies: 4
Views: 32500

Log4jPatternLogFileParser seems to ignore Log4j NDN/MDC...

Hi, I have successfully written my AutoConfigParser that extends your Log4jPatternLogFileParser! However, when viewing log entries written with a Log4J pattern like "%d{dd MMM yyyy HH:mm:ss,SSS} [%t] %-5p %c [%x] - %m%n" the NestedContext value from the log record is ignored by LogMX. I know, there ...
by kpberg
Tue Nov 25, 2008 12:57 pm
Forum: Writing a Parser
Topic: How to access your Log4JPatternParser programatically?
Replies: 3
Views: 21290

Hi Xavier, I can fully understand that you protect your investment by obfuscation :D . Anyhow, thanks a lot for this great and quick help! No I can start to write my LogMX "AutoConfigParser" using version 1.2.6... LogMX is a cool tool, even better than Chainsaw; at least in my opinion. Even the eval...
by kpberg
Mon Nov 24, 2008 10:52 am
Forum: Writing a Parser
Topic: How to access your Log4JPatternParser programatically?
Replies: 3
Views: 21290

How to access your Log4JPatternParser programatically?

Hi, I plan to write a LogMX "AutoConfigParser" that uses a LogMX/config property to get the location (path) of a log4J.xml config file containing a pattern layout. Then, I will parse this layout, e.g., using Jakarta commons Digester, extract the layout pattern AND DELIVER THIS LAYOUT PATTERN STRING ...