add some readme to crate doc

This commit is contained in:
wendajiang
2021-12-03 16:27:04 +08:00
parent 31122948c4
commit 3282c54909
+7
View File
@@ -106,6 +106,13 @@
//! * Adaptors for other facilities:
//! * [syslog]
//! * [slog-stdlog]
//! * [systemd-journal-logger]
//! * [android_log]
//! * [win_dbg_logger]
//! * For WebAssembly binaries:
//! * [console_log]
//! * For dynamic libraries:
//! * You may need to construct an FFI-safe wrapper over `log` to initialize in your libraries
//!
//! # Implementing a Logger
//!