From 7b803e42ce6161305a030d9d74af0dd2ad79a123 Mon Sep 17 00:00:00 2001 From: Fernando Otero Date: Wed, 18 Dec 2024 22:14:45 +0000 Subject: [PATCH] Update banner image --- sdk/log/macro/README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/sdk/log/macro/README.md b/sdk/log/macro/README.md index 4d41f9a..5a2c199 100644 --- a/sdk/log/macro/README.md +++ b/sdk/log/macro/README.md @@ -1,6 +1,19 @@ -# pinocchio-log-macro +

+ pinocchio-log-macro +

+

+ pinocchio-log-macro +

+

+ Companion log! macro for pinocchio-log. +

+

+ +

-Companion `log!` macro for [`pinocchio-log`](https://crates.io/crates/pinocchio-log). It automates the creation of a `Logger` object to log a message. It support a subset of the [`format!`](https://doc.rust-lang.org/std/fmt/) syntax. The macro parses the format string at compile time and generates the calls to a `Logger` object to generate the corresponding formatted message. +## Overview + +The macro automates the creation of a `Logger` object to log a message. It support a subset of the [`format!`](https://doc.rust-lang.org/std/fmt/) syntax. The macro parses the format string at compile time and generates the calls to a `Logger` object to generate the corresponding formatted message. ## Usage