Search found 551 matches

by admin
Thu Nov 06, 2008 11:33 pm
Forum: Using LogMX
Topic: Line Numbers (log4j)
Replies: 2
Views: 4438

Hello, LogMX displays this field ("FullLocation") in red because it's not a LogMX native field like Level, Emitter, Message, ... and is not displayed in a dedicated column in the main log entries table. To display this "extra" field as a prefix in the column "Message", click the button "Tags setting...
by admin
Thu Nov 06, 2008 10:43 pm
Forum: Using LogMX
Topic: log4j parser error
Replies: 2
Views: 5547

Hello, Sorry for the late reply. Your post has been modified: Log4j pattern and log file sample have been added to "Code" sections to display all white-space characters (when several white-space characters were used, only one was displayed in this HTML forum) This pattern seems to work well with Log...
by admin
Thu Nov 06, 2008 10:17 pm
Forum: Using LogMX
Topic: Features: Filter in message?
Replies: 6
Views: 8435

Hello, Unfortunately, this feature won't be available before December 2008 due to a delay in our development planning. For now, you can monitor your file in real-time and filter entries by log level, and emitter only (a new-written log entry won't be displayed if its emitter is unselected in the lef...
by admin
Wed Jul 23, 2008 5:38 pm
Forum: Submitting a feature request
Topic: Feature Request: Find next visible entry
Replies: 2
Views: 9054

In your case, I think you just have to check "Displayed entries" in the "Find" dialog box (instead of "All file entries" checked by default). It will search log entries only in visible ("displayed") entries (no more popup dialog for hidden entries)

Please let me know if it's what you wanted to do.
by admin
Thu Jul 17, 2008 10:23 pm
Forum: Using LogMX
Topic: Work with Putty Pagent for SCP operations
Replies: 25
Views: 1707920

Hello, Sorry for the slow answer. After looking carefully at how Pageant works, it seems that applications must use Win32 APIs to get Private Keys stored by Pageant. Applications like PuTTY, WinSCP, WinCVS, TortoiseCVS, ... can use Pageant to get user Private keys because they are written in C/C++ a...
by admin
Thu May 29, 2008 9:30 pm
Forum: Using LogMX
Topic: Tail option before loading file?
Replies: 3
Views: 20827

Hello,

LogMX v1.2.4 released today includes the new "Tail" feature.

Feel free to post any other question/suggestion on this forum.
by admin
Thu May 29, 2008 9:27 pm
Forum: Writing a Manager
Topic: http manager
Replies: 7
Views: 34752

Hello,

LogMX v1.2.4 is now available on this web site. You can now use Auto-refresh (and Tail mode) on SFTP files.
by admin
Sat May 24, 2008 11:27 am
Forum: Writing a Manager
Topic: http manager
Replies: 7
Views: 34752

Hello, Your Manager can get the user password (from LogMX password repository) by calling getOrAskUserPassword() with parameters: - pLogin : user HTTP login - pHost : remote HTTP host to read data from ex: String userPassword = getOrAskUserPassword("jeff", "my.server.com"); (if the user isn't always...
by admin
Tue May 13, 2008 6:03 pm
Forum: Using LogMX
Topic: Open LogMX log with ftp location
Replies: 1
Views: 3707

Hello, FTP protocol is not supported at this time: only SCP and SFTP are supported (they are more secure). * If you can't use a SCP or SFTP server, you may want to check if your FTP server also handles SCP/SFTP (some servers handle several file transfer protocols). If it doesn't, you can write your ...
by admin
Sat Apr 19, 2008 10:13 am
Forum: Using LogMX
Topic: Opening LogMX
Replies: 4
Views: 5791

You're right, there's a mistake in "LogMX.bat", sorry about that. You can't start LogMX with "LogMX.bat" with several files to open. => You have two solutions: Fix the file "LogMX.bat" to use it : at the end of file, in line java %JVM_OPTIONS% -cp %LOGMX_CLASSPATH% %LOGMX_MAIN% %1 replace "%1" with ...
by admin
Thu Apr 17, 2008 8:41 pm
Forum: Using LogMX
Topic: Opening LogMX
Replies: 4
Views: 5791

OK for your answer by private message :wink: I answer you on this post so that it can help other users :idea: Here is a solution: create a shortcut to: "LogMXApplication" "file1" "file2" "file3" .... Example: Create a shortcut containing: "C:\Program files\LogMX\LogMX.exe" "C:\My log files\log1.txt"...
by admin
Thu Apr 17, 2008 6:10 pm
Forum: Using LogMX
Topic: Opening LogMX
Replies: 4
Views: 5791

Hello, To open LogMX with several files, simply selec them in Windows Explorer, right-click them, and choose "Open with LogMX". If you can't see this option, start LogMX, go to "Tools" > "Options" > "General". Then click the button "Windows Explorer integration". You can also use the command line to...
by admin
Wed Apr 16, 2008 8:55 pm
Forum: Using LogMX
Topic: "Off the shelf" way to use log4j's XMLLayout?
Replies: 7
Views: 27254

Hello,

The new version v1.2.3 released today includes the new Log4j XML Parser, a new version of "Open with LogMX" context menu item, and it now allows the user to always open or merge a file dropped on the main window.
by admin
Sun Apr 13, 2008 9:53 pm
Forum: Writing a Manager
Topic: LogMX and the Log4J SocketAppender
Replies: 4
Views: 23671

Thank you for this code. Indeed, it seems to match SocketAppender specifications ( http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/net/SocketAppender.html ). But as you may have seen (link on previous message), LogMX Managers and "Auto Refresh" feature work this way: - Periodically, the...
by admin
Thu Apr 03, 2008 9:18 pm
Forum: Writing a Manager
Topic: LogMX and the Log4J SocketAppender
Replies: 4
Views: 23671

Hello, At the moment, LogMX doesn't handle Log4j SocketAppender, but you can write your own Log Manager that handles it. But since it's a common way to monitor remote logs, LogMX will surely be delivered with such a Manager in a next release. To get more information on LogMX Managers, please see htt...