Robin Krahl
c2e43b8abf
Add DelogPanic trait and delog_panic macro
2024-10-14 17:16:15 +02:00
Nicolas Stalder and Nicolas Stalder
bdb2b12160
Release 0.1.7
0.1.7
2023-08-17 17:02:48 +02:00
Sosthène Guédon and sosthene-nitrokey
4295a880ed
Remove use of internal log macros
...
These macros where removed in https://github.com/rust-lang/log/pull/570 .
Since 0.4.20, they have been replaced by the ones from the standard library.
We can also use the ones from the standard library.
2023-08-17 15:50:34 +02:00
Sosthène Guédon and sosthene-nitrokey
6e50779833
Remove short-circuit for logging without any format arguments
...
Fix #13
2023-08-17 09:20:47 +02:00
Michiel van Slobbe and Nicolas Stalder
0c03ffc3ae
StdErrFlusher actually prints to stderr
2023-01-16 16:13:20 +01:00
Nicolas Stalder and Nicolas Stalder
bd5bb6cc27
Rename disable->std-log, bump version
0.1.6
2022-08-22 13:18:58 +02:00
Robin Krahl and Nicolas Stalder
da3e708f30
Add disable feature to fall back to log
...
This patch adds a disable feature that replaces the deferred logging
infrastructure with log’s upstream logging mechanism. This makes it
possible to use other logger implementations in unit tests and
simulations.
2022-08-22 13:18:58 +02:00
Nicolas Stalder and Nicolas Stalder
6711ae1a3b
Fix copyright, reassign to Trussed
0.1.5
2022-06-24 17:21:05 +02:00
Nicolas Stalder
3a57130a6a
Fix regression
0.1.4
2022-03-05 20:43:10 +01:00
Nicolas Stalder
c56ed69b59
Cargo fmt
0.1.3
2022-03-05 20:25:09 +01:00
Nicolas Stalder
0910028454
Changelog for 0.1.2
0.1.2
2021-04-23 13:34:08 +02:00
Conor Patrick and Nicolas Stalder
5f5d8fe92f
allow local render buffer size to be changed
2021-04-23 13:32:36 +02:00
Nicolas Stalder and Nicolas Stalder
4863f19529
Release v0.1.1
0.1.1
2021-04-13 21:56:22 +02:00
Conor Patrick and Nicolas Stalder
ac477dbbef
fix typo
2021-04-13 21:52:05 +02:00
Conor Patrick and Nicolas Stalder
5b632083ae
prevent self.used being greater than the buffer which can cause panics
2021-03-05 01:02:20 +01:00
Conor Patrick and Nicolas Stalder
bb289e3432
replace deprecated method
2021-03-05 01:02:20 +01:00
Nicolas Stalder
d38cd82616
Release 0.1.0
2021-02-27 02:00:19 +01:00
Nicolas Stalder and Nicolas Stalder
67ed594fb1
The actual fix - swap out the entire delog::delog! macro
2021-01-13 22:59:15 +01:00
Nicolas Stalder and Nicolas Stalder
cd6407cf35
Patch out more for level_off, following discussion with Conor
2021-01-13 22:59:15 +01:00
Nicolas Stalder and Nicolas Stalder
abb6c779fe
(Try to) clarify documentation
2021-01-13 22:59:15 +01:00
Nicolas Stalder and Nicolas Stalder
1ca9e52a11
Expose the static global level features, respect the dynamic global level filters
2021-01-13 22:59:15 +01:00
Nicolas Stalder
0a1480f26b
Example how to use RTIC 0.6 "spawn everywhere" in flusher impl
2021-01-06 20:51:45 +01:00
Nicolas Stalder
6464caf56c
Export gated macros so they turn up in a library's documentation
0.1.0-alpha.2
2020-11-29 23:04:32 +01:00
Nicolas Stalder
fd3a0ebe89
Further cleanup
2020-11-29 22:51:21 +01:00
Nicolas Stalder
5326aa4b73
Revamp API
2020-11-29 22:00:44 +01:00