BRS WebWeaver 0.67 BETA has been released.
Here is a list of fixes for this release:
- Fixed logging to file problem (it now logs - broken in 0.66)
- Now appends to the end of a log file if it previously existed
- Change to logging now take effect without having to exit and
start WebWeaver
- After fixing items above, decided to rewrite the entire logging
I wrote a generic logging class with lots of new stuff.
* Ability to read logs from another process (previously locked)
* Ability to specify logging level - now I don't need seperate
debug routines
* Optional buffered logging
* Optional callback to handle output to GUI
Thanks to Kv Vaughan for pointing out the bug.