It sure beats Debug.Print!
--------------------------------------------------------------------------------------------------
The Log4VBA solution is used by the developer to log fatal errors,
warnings, and information at particular points within a procedure.
The messages generated by the logger may be written to a file and the
immediate window (the console). When the code is ready to be delivered,
the logger entries may be left within the code. The developer only
needs to modify a single setting in order to disable the logging
globally.