Skip to content

Commit

Permalink
Merge pull request #502 from jmmv/db_logger
Browse files Browse the repository at this point in the history
Add reference to db_logger
  • Loading branch information
KodrAus committed Apr 20, 2022
2 parents 3cc17c1 + 3d791f2 commit 4249b56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ There are many available implementations to choose from, here are some of the mo
* [`slog-stdlog`](https://docs.rs/slog-stdlog/*/slog_stdlog/)
* [`android_log`](https://docs.rs/android_log/*/android_log/)
* [`win_dbg_logger`](https://docs.rs/win_dbg_logger/*/win_dbg_logger/)
* [`db_logger`](https://docs.rs/db_logger/*/db_logger/)
* For WebAssembly binaries:
* [`console_log`](https://docs.rs/console_log/*/console_log/)
* For dynamic libraries:
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
//! * [systemd-journal-logger]
//! * [android_log]
//! * [win_dbg_logger]
//! * [db_logger]
//! * For WebAssembly binaries:
//! * [console_log]
//! * For dynamic libraries:
Expand Down

0 comments on commit 4249b56

Please sign in to comment.