LogIt


Back to the Nybbles&Bits home

Description

LogIt consists of a module and window that you can add to your project to provide logging/tracing capabilities. The text you log can be written to either a floating window or a file with a variety of timestamp formats.

Credits

"Stealing an idea is plagiarism. Stealing a bunch of ideas is research." Origin unknown.

The original version of LogIt was pretty bare-bones. It had the capability to write to a file that was opened when the project or application was starting up and was closed when the project or application was shutting down.

When I took a look at Theo Smith's Log Example, I saw that he was opening and closing the log file on every write which has the advantage of not losing part of the log if the project or application crashes. But, it has the disadvantage of taking more time and hammering the disk drive. So, I decided to throw in a switch so I could do it either way.

Then, while reading Matt Neuburg's "REALbasic: The Definitive Guide", I liked his idea of logging to a window so you can see what is being written as it happens so I added that to LogIt too and threw in a switch to select window or file logging.

Requirements

Features

Version History

Download

You'll need Stuffit Expander 5.5, or later to expand this archive.

LogIt version 2.3

You can send questions/suggestions/comments to me here.

Back to the Nybbles&Bits home

Made with 1st Page 2000 - Professional tools for real minds.