Anki/rslib/src/config
Damien Elmes 0570cfdf48 Migrate from slog to tracing
The Rust community appear to have converged on tracing - it's used by
the Rust compiler, and receives close to 10x the number of downloads
that slog does. Its API is more ergonomic, and it does a much nicer
job with async rust.

To make this change, we no longer pass around explicit loggers, and rely
on a globally-registered one. The log file location has been changed
from one in each profile folder to a single one in the base folder. This
will remain empty for most users, since only errors are logged by default,
but may be useful for debugging future changes.
2022-12-24 10:44:40 +10:00
..
bool.rs Remember previous choices in reposition dialog (#1950) 2022-07-08 11:28:38 +10:00
deck.rs Fix typos (#2210) 2022-11-24 20:18:57 +10:00
mod.rs Migrate from slog to tracing 2022-12-24 10:44:40 +10:00
notetype.rs Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
number.rs Update to latest rules_rust and Rust 1.64 2022-09-24 11:12:58 +10:00
schema11.rs add a builder for Collection 2021-11-06 14:43:41 +10:00
string.rs update undo skipping; exclude deck/tag expand/collapse 2021-06-25 09:16:15 +10:00
undo.rs Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00