Add Unix logs

pull/3/head
Hammy 3 years ago
parent 473a79cf4a
commit dd82ffbe87

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

@ -36,15 +36,16 @@
//! //!
#![cfg_attr(feature = "doc-images", #![cfg_attr(feature = "doc-images",
cfg_attr(all(), cfg_attr(all(),
doc = ::embed_doc_image::embed_image!("windows_logs", "images/windows_logs.png")))] doc = ::embed_doc_image::embed_image!("windows_logs", "images/windows_logs.png"),
doc = ::embed_doc_image::embed_image!("unix_logs", "images/unix_logs.png")))]
//! //!
//! ### Windows Output //! ### Windows Output
//! //!
//! ![Example Logs][windows_logs] //! ![Windows Logs][windows_logs]
//! //!
//! ### Unix Output //! ### Unix Output
//! //!
//! //! ![Unix Logs][unix_logs]
//! //!
//! ### Author Notes //! ### Author Notes
//! //!

Loading…
Cancel
Save