We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14800c8 commit cf2d3ceCopy full SHA for cf2d3ce
crates/lambda-rs-logging/src/handler.rs
@@ -1,3 +1,5 @@
1
+//! Log handling implementations for the logger.
2
+
3
use std::{
4
fs::OpenOptions,
5
io::Write,
crates/lambda-rs-logging/src/lib.rs
+//! A simple logging library for lambda-rs crates.
0 commit comments