-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Synchronized DefaultLogHandler writes.
- Loading branch information
1 parent
1d09eb3
commit e52d411
Showing
2 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Version 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters