Skip to content

Commit

Permalink
Update banner image
Browse files Browse the repository at this point in the history
  • Loading branch information
febo authored Dec 18, 2024
1 parent a7a8098 commit 7b803e4
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions sdk/log/macro/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# <img height="70" alt="pinocchio-log-macro" src="https://github.com/user-attachments/assets/ea3a100d-c89b-4f54-93ae-b3c2ffbd4610"/>
<h1 align="center">
<code>pinocchio-log-macro</code>
</h1>
<p align="center">
<img width="350" alt="pinocchio-log-macro" src="https://github.com/user-attachments/assets/9b100f7c-216d-4849-b27d-3436f88af1bf"/>
</p>
<p align="center">
Companion <code>log!</code> macro for <a href="https://crates.io/crates/pinocchio-log"><code>pinocchio-log</code></a>.
</p>
<p align="center">
<a href="https://crates.io/crates/pinocchio-log-macro"><img src="https://img.shields.io/crates/v/pinocchio-log-macro?logo=rust" /></a>
</p>

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

Expand Down

0 comments on commit 7b803e4

Please sign in to comment.