v0.5.0 #5

Merged
alexander merged 1 commits from dev into master 2023-07-21 14:19:47 +00:00
Owner

New

  • Added the ability to output messages to the standard error stream. Now messages above the WARNING level will not be output to the stdout. To output them, need to use stderr
  • Write message to specific outputs via log.now
  • Now log.output allows to set the output as an argument
  • Now log.level allows to set the level as an argument

Bug fixes

  • Fixed streams redirection in Windows
New - Added the ability to output messages to the standard error stream. Now messages above the `WARNING` level will not be output to the `stdout`. To output them, need to use `stderr` - Write message to specific outputs via `log.now` - Now `log.output` allows to set the output as an argument - Now `log.level` allows to set the level as an argument Bug fixes - Fixed streams redirection in Windows
alexander added 1 commit 2023-07-21 14:18:53 +00:00
cf3fc66af8 v0.5.0
New

- Added the ability to output messages to the standard error stream. Now messages above the `WARNING` level will not be output to the `stdout`. To output them, need to use `stderr`
- Write message to specific outputs via `log.now`
- Now `log.output` allows to set the output as an argument
- Now `log.level` allows to set the level as an argument

Bug fixes

- Fixed streams redirection in Windows
alexander merged commit 075ccdcdcc into master 2023-07-21 14:19:46 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: dlang/singlog#5
No description provided.