Monday, May 17, 2010

TraceLog - Seeing the output window on-line


Trace Log


Trace Log is a free open source software that enables you to perform real-time monitoring on any server logs simultaneously. The main goal is to group all related log files into one tool so that you don't have search and dig for them. This tool enables you to attach any log files, such as Tomcat logs, WAS logs, IIS logs, etc.

If this is the first time you are use Trace Log, you need to configure and attach any necessary log files. Once attached, a configuration file will be stored locally in your user profile of that computer. The next time you use this software again, it will load the configuration automatically and you can begin monitoring the log contents immediately.



Related links:

Project home page

Required software                                                                                                                                                
Trace Log


Java Runtime Environment (JRE)

Adobe Flash Player 10 — Debugger Version
Java Runtime Environment 

Edit > Options > Log Configuration > Log Files

Windows XP:
C:\Documents and Settings\\Application Data\Macromedia\Flash Player\Logs\flashlog.txt

Windows 7:
C:\Users\\AppData\Roaming\Macromedia\Flash Player\Logs\flashlog.txt

Create a file named “mm.cfg” in one of the following locations:
§  Windows XP; C:\Documents and Settings\\mm.cfg
§  Windows 7; C:\Users\\mm.cfg
§  OSX; /Library/Application Support/Macromedia/mm.cfg
§  Linux; home//mm.cfg
Open the newly created mm.cfg file in a text editor and add the following text:
ErrorReportingEnable=1
TraceOutputFileEnable=1
The flashlog.txt file will be created in the following location:
§  Windows; C:\Documents and Settings\username\Application Data\Macromedia\Flash Player\Logs\flashlog.txt
§  OSX; /Users/username/Library/Preferences/Macromedia/Flash Player/Logs/flashlog.txt
§  Linux; home/username/Macromedia/Flash_Player/Logs/flashlog.txt

No comments:

Post a Comment

linux bulk prefix filenames

  In order to bulk add prefix to filenames  in a directory run the following comnmand for f in * ; do mv -- "$f" "2018-05-24_...