Simple Call Logger

This application is designed to be a fast, small, simple log file generator. It creates a log file, creates a start time stamp in the file, and when complete publishes the text out to the log file and calculates the duration of the call (which is also written to the file).

The logs are written out to the C: drive with the format ‘username_date.txt’.

At this point in time, the destination is not configurable, but could be if there is interest.

You start the process by clicking the green ‘S’ button which stands for START. That enables the fields where you can type in information, and though you are writing to the application, nothing is logged to the file until you select the red ‘L’ button which stands for LOG.

If you select the ‘S’ and then ‘L’ button again later during the same day, another set of data is published to your log file.

Downloads: Installer or Stand-alone EXE (all are zipped)

This software is donation-ware, if you can do so, please donate something to help support continued development and hosting costs.

pixel Simple Call Logger

Screen-shots:

Simple Call Logger waiting….

image thumb Simple Call Logger

Simple Call Logger working….

image thumb1 Simple Call Logger

Sample output log file:

image thumb2 Simple Call Logger

Feel free to post comments about this, and let me know your feedback. So far this has only been tested on XP professional, though I expect it will work quite well on win2k, and Vista. It uses .NET 2.0 framework, though I suppose I could rebuild it using .NET 1.0 or otherwise if that is needed.