Releases: andrewlalis/slf4d
Releases · andrewlalis/slf4d
SLF4D 3.0.1
- Added synchronization to the DefaultLogHandler to avoid interleaving messages
between the stdout and stderr streams. Each is individually synchronized by
the library/system, but both are not synchronized with respect to each other,
so errors and info messages may overwrite each other when printed into a
single source.
Full Changelog: v3.0.0...v3.0.1
SLF4D 3.0.0
What's Changed
- Removed all usage of the D language
shared
attribute. - Added testing function
withTestingProvider
to run some code with a fresh TestingLoggingProvider instance. - Added testing function
withTestingLock
to run some code while having a lock on the global testing logging state.
Full Changelog: v2.4.3...v3.0.0
SLF4D v2.2.0
This update brings some improvements to the testing infrastructure, and documentation!
SLF4D v2.1.0
Looks like we're approaching a somewhat stable implementation!
SLF4D v1.3.0
SLF4D v1.2.0
Expanded testing regime, and fixed a few issues with the package-level functions, and added more unit tests!
SLF4D v1.0.0
First release! I'm sure there will be bugs, but I'd like to start versioning properly with this one.
No changelog file exists for this release, as it's the first release that I consider ready for use. Changelogs will be created for all subsequent releases.