Releases: brmmm3/fastlogging
Releases · brmmm3/fastlogging
1.2.0
Remove colors ORANGE and DARKORANGE and update log colors.
Add example for consoleLock.
Update benchmarks.
1.1.0
Updates for latest changes in setuptools and Cython.
1.0.0
Fix a crash when no logfile name has been supplied.
0.9.6
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.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.