singlog/CHANGELOG.md

71 lines
2.0 KiB
Markdown
Raw Normal View History

2023-03-29 12:53:00 +00:00
# Changelog
## [v0.5.0](https://git.zhirov.kz/dlang/singlog/compare/v0.4.0...v0.5.0) (2023.07.21)
### 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
2023-06-06 23:12:20 +00:00
## [v0.4.0](https://git.zhirov.kz/dlang/singlog/compare/v0.3.2...v0.4.0) (2023.06.07)
2023-06-07 07:02:47 +00:00
- Part of the code has been changed/rewritten
2023-06-06 23:12:20 +00:00
### New
- Color output of messages to the terminal and console
### Bug fixes
- In Windows, unicode messages are output without distortion to the system log and console (thanks [Adam D. Ruppe](https://arsdnet.net/))
## [v0.3.2](https://git.zhirov.kz/dlang/singlog/compare/v0.3.1...v0.3.2) (2023.06.01)
- Printing information about the type of the logged message to the standard output stream and file
- Printing the date and time to the standard output stream
2023-05-30 16:32:09 +00:00
## [v0.3.1](https://git.zhirov.kz/dlang/singlog/compare/v0.3.0...v0.3.1) (2023.05.30)
### Bug fixes
- Log of debug messages
2023-04-27 20:53:45 +00:00
## [v0.3.0](https://git.zhirov.kz/dlang/singlog/compare/v0.2.1...v0.3.0) (2023.04.28)
2023-04-28 08:32:15 +00:00
- Minor changes
2023-04-27 20:53:45 +00:00
### New
- Windows OS Logging support
## [v0.2.1](https://git.zhirov.kz/dlang/singlog/compare/v0.2.0...v0.2.1) (2023.03.29)
### New
- Added aliases for the short form of function calls
### Bug fixes
- Calling the main object
2023-03-29 12:53:00 +00:00
## [v0.2.0](https://git.zhirov.kz/dlang/singlog/compare/v0.1.0...v0.2.0) (2023.03.29)
- Removed functions `fileOn()` and `fileOff()`
2023-03-29 12:56:38 +00:00
### New
2023-03-29 12:53:00 +00:00
- Simultaneous writing to the standard stream, syslog and file by binary setting the output flag
## [v0.1.0](https://git.zhirov.kz/dlang/singlog/commits/df602a8d0083249068b480e4a92cf7932f2c582b) (2023.03.23)
### The first stable working release
- Output to the standard stream or syslog
- Enable an entry in the file