1
0
Fork 0
Commit Graph

21 Commits

Author SHA1 Message Date
Alexander Zhirov 075ccdcdcc Merge pull request 'v0.5.0' (#5) from dev into master
Reviewed-on: dlang/singlog#5
2023-07-21 14:19:45 +00:00
Alexander Zhirov 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
2023-07-21 17:15:21 +03:00
Alexander Zhirov e019422dd1 new v0.4.0
Reviewed-on: dlang/singlog#4
2023-06-07 10:56:05 +00:00
Alexander Zhirov f9b4718549 fix name program in Windows 2023-06-07 10:02:47 +03:00
Alexander Zhirov b20b8fb55b windows support 2023-06-07 02:12:20 +03:00
Alexander Zhirov a1bcdf5b0b compact format ccolor 2023-06-06 00:54:21 +03:00
Alexander Zhirov 43302ab0ea linux version devel 2023-06-06 00:17:56 +03:00
Alexander Zhirov 493942396d dev color 2023-06-05 21:33:02 +03:00
Alexander Zhirov 5dd910b683 Merge pull request 'v0.3.2' (#3) from dev into master
Reviewed-on: dlang/singlog#3
2023-06-01 15:25:26 +00:00
Alexander Zhirov e5f6ab5c4d v0.3.2
- 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-06-01 18:23:07 +03:00
Alexander Zhirov 06784491cd Log of debug messages 2023-05-30 19:32:09 +03:00
Alexander Zhirov 613bb3413b logo d 2023-04-30 19:18:10 +03:00
Alexander Zhirov 5d4dad61b9 fix readme 2023-04-28 12:13:19 +03:00
Alexander Zhirov 31b67389cd Merge pull request 'dev' (#1) from dev into master
Reviewed-on: dlang/singlog#1
2023-04-28 08:35:52 +00:00
Alexander Zhirov c8e73f989c release v0.3.0 2023-04-28 11:32:15 +03:00
Alexander Zhirov dd68352dd3 change description 2023-04-27 23:53:45 +03:00
Alexander Zhirov 0e7ee82265 first test 2023-04-27 21:08:12 +03:00
Alexander Zhirov cc3a1160e0 add aliases, fix calling the main object 2023-03-29 18:13:56 +03:00
Alexander Zhirov 7b6d13d9dc v0.2.0 2023-03-29 15:56:38 +03:00
Alexander Zhirov 3c096f9e5b v0.2.0 2023-03-29 15:53:00 +03:00
Alexander Zhirov df602a8d00 v0.1.0 2023-03-23 12:20:46 +03:00