Skip to content

Releases: brmmm3/fastlogging

1.2.0

26 Jul 06:57
Compare
Choose a tag to compare

Remove colors ORANGE and DARKORANGE and update log colors.
Add example for consoleLock.
Update benchmarks.

1.1.0

24 Jul 14:26
Compare
Choose a tag to compare

Updates for latest changes in setuptools and Cython.

1.0.0

10 May 04:08
Compare
Choose a tag to compare

Fix a crash when no logfile name has been supplied.

0.9.6

05 Jul 05:25
Compare
Choose a tag to compare

When calling flush then really write all pending log entries.

0.9.5

25 Aug 20:58
Compare
Choose a tag to compare

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

24 Jun 05:57
08811bd
Compare
Choose a tag to compare

Fix MANIFEST.in

0.9.2

07 Dec 06:17
Compare
Choose a tag to compare

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

17 Jun 19:41
Compare
Choose a tag to compare

GetLogger: If logger domain already exists do not try to remove domain twice from global domains dict.

0.9.0

08 Jan 10:58
Compare
Choose a tag to compare

Initial release.