Ashley Mannix
f9f459a698
Merge pull request #483 from DesmondWillowbrook/add-log_err
...
docs(readme): add mention to log_err
2022-02-23 08:21:09 +10:00
Kartavya Vashishtha
4c6c4c9cf5
docs(readme): add mention to log_err
2022-02-19 10:40:56 +05:30
Ashley Mannix
95b209de21
Merge pull request #482 from KodrAus/ci/minimal-versions
...
Check features with minimal versions
2022-02-11 21:23:44 +10:00
Ashley Mannix
e50ec8669c
yaml
2022-02-11 21:15:38 +10:00
Ashley Mannix
52f4e571fe
Merge pull request #478 from PAN-Ziyue/patch-1
...
change url in README to doc.rs
2022-02-11 21:14:01 +10:00
Ashley Mannix
68a7c2a609
check features with minimal versions
2022-02-11 21:08:06 +10:00
Ashley Mannix
2f7e96f16c
Merge pull request #479 from atouchet/crgo
...
Remove outdated Travis CI and AppVeyor references
2022-01-17 11:26:02 +10:00
Ashley Mannix
d5f3c5be05
Merge pull request #476 from KodrAus/feat/kv-macros
...
Allow macros to be more consistent with kvs
2022-01-17 11:25:43 +10:00
Ashley Mannix
806eb7fbb4
fix up CI
2021-12-30 12:12:22 +10:00
Alex Touchet
9bb4c5d453
Remove outdated Travis CI and AppVeyor references
2021-12-27 16:19:06 -08:00
Ziyue Pan
902d9aa8b5
change url in README to doc.rs
2021-12-27 18:49:10 +08:00
Ashley Mannix
26aef64c46
fix up kv examples
2021-12-23 15:13:42 +10:00
Ashley Mannix
699afffdc0
revert requirement for target = in kv macros
2021-12-23 15:07:25 +10:00
KodrAus
505c255f0a
try putting attribute on fn
2021-12-12 11:20:05 +10:00
KodrAus
7ed6401b93
run fmt
2021-12-12 11:13:26 +10:00
KodrAus
d6e44eb253
add an expr test to macros
2021-12-12 11:02:50 +10:00
KodrAus
13b9dbcef1
add a different prop type to macro tests
2021-12-12 11:00:46 +10:00
KodrAus
77667f5436
move implicit arg tests into module
2021-12-12 10:57:45 +10:00
Ashley Mannix
bbc5527da6
fill in readme example
2021-12-07 22:58:27 +10:00
Ashley Mannix
62c6607b25
allow macros to be more consistent with kvs
2021-12-07 22:48:47 +10:00
Ashley Mannix
8a80388235
Merge pull request #475 from KodrAus/fix/docs-tests
...
Fix up some links and tests
2021-12-07 22:08:49 +10:00
Ashley Mannix
77ae39bfc7
fix up some links and tests
2021-12-07 20:05:11 +10:00
Ashley Mannix
bd861cccff
Merge pull request #473 from wendajiang/master
...
add some readme to crate doc
2021-12-07 20:02:29 +10:00
wendajiang
403f16cffb
add some readme to crate doc
2021-12-03 16:27:04 +08:00
Ashley Mannix
b8571efec9
Merge pull request #471 from piegamesde/master
...
Add Log implementation for &impl Log and Arc<impl Log>
2021-11-19 22:46:19 +10:00
piegames
084624a097
fixup! Add Log implementation on foreign types
...
Removes the Pin implementation again, because of the MSRV of the crate beeing too low
2021-11-17 18:18:55 +01:00
piegames
4a1d48867f
Add Log implementation on foreign types
...
Closes #458 . Implements Log for references to loggers, as well as loggers wrapped
in `Arc` or `Pin`. More may be added in the future. Especially, we probably will
want to add a blanket implementation (bounded on `Borrow`) once we have impl
specialization. (Technically, we could probably already do this now, but at the
risk of painting ourselves into a corner.)
2021-11-17 18:17:57 +01:00
Ashley Mannix
6b5906a2c8
Merge pull request #470 from KodrAus/chore/all-features-tests
...
Fix tests when running with --all-features
2021-11-15 18:28:54 +10:00
KodrAus
c68890197d
fix tests when running with --all-features
2021-11-15 16:59:00 +10:00
Ashley Mannix
525336f364
Merge pull request #469 from rust-lang/KodrAus-patch-1
...
Add a note about use in dynamic libraries
2021-11-15 16:00:54 +10:00
Ashley Mannix
2d9df517b5
add a note about use in dynamic libraries
2021-11-15 15:50:08 +10:00
Ashley Mannix
a08b170d89
Merge pull request #468 from KodrAus/fix/iter
...
Fix up level iterators
2021-11-15 13:38:31 +10:00
KodrAus
d394b0c3c3
just unwrap since they're always valid
2021-11-15 11:00:04 +10:00
KodrAus
0813f35205
fix up level iterators
2021-11-15 10:55:38 +10:00
Ashley Mannix
2d3ecdfe86
Merge pull request #459 from WaDelma/master
...
Expose logging levels
2021-11-15 10:43:45 +10:00
Ashley Mannix
ed0dacc33b
Merge pull request #467 from KodrAus/feat/visitor
...
Add a simple zero-dependency visitor for kv values
2021-11-14 21:07:52 +10:00
Ashley Mannix
ef6f45ae51
run fmt
2021-11-14 14:56:34 +10:00
Ashley Mannix
b53df056f2
add a simple zero-dependency visitor for kv values
2021-11-14 14:53:06 +10:00
Delma
05532fabfd
Added documentation on the order of iteration
2021-11-05 18:51:42 +02:00
Ashley Mannix
05860c4d83
Merge pull request #420 from DevJac/master
...
Clarify ordering of log levels in the docs
2021-11-05 22:14:32 +10:00
Ashley Mannix
092aae0298
Merge pull request #461 from Thomasdezeeuw/key-value-macros
...
Add key-values to the macros
2021-11-05 22:07:55 +10:00
Ashley Mannix
23669956d3
Merge pull request #463 from ibraheemdev/patch-2
...
relax ordering in `set_max_level` atomic store
2021-11-05 22:07:16 +10:00
Ashley Mannix
96683a1fb2
Merge pull request #464 from cherryblossom000/patch-1
...
Fix typo in docs
2021-11-05 22:06:55 +10:00
Delma
299d3bcb5b
Fixed a bug in Level::iter implementation
2021-10-27 18:02:07 +03:00
Delma
0355d570ff
Instead of making array public add iterator methods
2021-10-27 17:59:29 +03:00
Mara Bos
a067a83f60
Merge pull request #465 from KodrAus/fix/alpha-deps
...
Pin alpha deps so they're not automatically bumped
2021-10-26 13:20:18 +02:00
Ashley Mannix
48693b8fc9
pin alpha deps so they're not automatically bumped
2021-10-26 19:46:44 +10:00
cherryblossom000
9e5f755a3a
Fix typo in docs
...
structued -> structured
2021-10-23 16:57:59 +11:00
Ibraheem Ahmed
9cb04d763e
relax ordering in set_max_level
atomic store
2021-10-19 18:59:34 -04:00
Mara Bos
ab7492e3a7
Merge pull request #449 from Thomasdezeeuw/silence_spin_loop_warning
...
Allow use of deprecated atomic::spin_loop_hint
2021-10-15 18:40:41 +02:00