Page 1 of 1

Simple log file viewer

Posted: 15 Mar 2014 21:03
by hdradio
I 'd like to share with other users a very simple tool I created to read a custom log file pf can create.
I needed a simple way of finding what was on air a specific time without having to search inside the log files.

What I did is:
In Events/Commands Streaming I added the following command at OnSongTitleChange:

Code: Select all

Action: EXEC_WRITE_FILE
Parameter: d:\pflog\${yyyy}${MM}${dd}.log|au|${now};${filenameandpath}${CRLF}
You can change the d:\pflog\ with the folder you wish to save the log files.
You can also change the variable ${filenameandpath} with any variable you wish.
screenshot4.jpg
screenshot4.jpg (19.49 KiB) Viewed 7781 times
http://goo.gl/2CfA9m

Tip:
Right click on the tool screen to set the path of the log files.

Updates:
2014-09-18 v1.0.2.3
Rewrote some parts of the code and fixed a small bug.

2014-05-30 v1.0.1.1
Replaced listbox with memo
Added option to go to last line after refresh
Form width and position are now saved.
Additional options are saved too.

2014-05-29 v1.0.0.0
Option to change theme. (right click on the top panel)
Option to save list to text file (right click into the list)