When calling flush then really write all pending log entries.
0.9.5
Fix writing to log file when parameter maxSize is non zero. Fix writing to log file when parameter pathName just contains a file name. Add test program for rotate feature.
0.9.4
Fix MANIFEST.in
0.9.3
Add pyorcy.py to source distribution.
0.9.2
LogInit: Add 2 new optional arguments stdout and stderr for configuring custom file objects for print statments. OptimizeAst: Also optimize code blocks after if-statements.
0.9.1
GetLogger: If logger domain already exists do not try to remove domain twice from global domains dict.