Skip to content

Commit 9ac2582

Browse files
authored
Demo video (#13)
* Added video demo instead of GIF * Final touch up
1 parent bb9d794 commit 9ac2582

File tree

2 files changed

+12
-20
lines changed

2 files changed

+12
-20
lines changed

README.md

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,18 @@
1-
<p align="center">
2-
<a>
3-
<picture>
4-
<img src="https://raw.githubusercontent.com/stbychkov/AutoLoggerMessage/refs/heads/main/src/AutoLoggerMessageGenerator/Assets/icon.jpg" height="128">
5-
</picture>
6-
<h1 align="center">AutoLoggerMessage</h1>
7-
</a>
8-
</p>
9-
10-
<p align="center">
11-
<a href="https://www.nuget.org/packages/stbychkov.AutoLoggerMessage/"><img src="https://img.shields.io/nuget/v/stbychkov.AutoLoggerMessage" alt="NuGet"></a>
12-
<img src="https://github.com/stbychkov/AutoLoggerMessage/actions/workflows/dotnet_build.yml/badge.svg" alt="Build">
13-
<a href="https://github.com/stbychkov/AutoLoggerMessage/blob/main/LICENSE"><img src="https://img.shields.io/github/license/stbychkov/AutoLoggerMessage" alt="License"></a>
14-
<a href="https://www.nuget.org/packages/stbychkov.AutoLoggerMessage/"><img src="https://img.shields.io/nuget/dt/stbychkov.AutoLoggerMessage" alt="Nuget"></a>
15-
<a href="https://github.com/stbychkov/stbychkov.AutoLoggerMessage/pulls"><img src="https://img.shields.io/badge/PR-Welcome-blue" alt="PR"></a>
16-
</p>
17-
18-
19-
Welcome to `AutoLoggerMessage`, a source generator that automatically creates [LoggerMessage](https://youtu.be/Otm8tH0Vrp0) methods, enabling high-performance logging.
1+
# AutoLoggerMessage
2+
3+
[![NuGet](https://img.shields.io/nuget/v/stbychkov.AutoLoggerMessage)](https://www.nuget.org/packages/stbychkov.AutoLoggerMessage/)
4+
![Build](https://github.com/stbychkov/AutoLoggerMessage/actions/workflows/dotnet_build.yml/badge.svg)
5+
[![License](https://img.shields.io/github/license/stbychkov/AutoLoggerMessage)](https://github.com/stbychkov/AutoLoggerMessage/blob/main/LICENSE)
6+
[![NuGet Downloads](https://img.shields.io/nuget/dt/stbychkov.AutoLoggerMessage)](https://www.nuget.org/packages/stbychkov.AutoLoggerMessage/)
7+
[![PRs Welcome](https://img.shields.io/badge/PR-Welcome-blue)](https://github.com/stbychkov/stbychkov.AutoLoggerMessage/pulls)
8+
9+
---
10+
11+
Welcome to `AutoLoggerMessage`, a source generator that automatically creates [`LoggerMessage`](https://youtu.be/Otm8tH0Vrp0) methods, enabling high-performance logging.
2012

2113
## Demo
2214

23-
![Demo](https://raw.githubusercontent.com/stbychkov/AutoLoggerMessage/94f1425f9eaed51d05db734f2694483902773211/docs/demo.gif)
15+
[![Demo](https://img.youtube.com/vi/2MTbv6WtwjM/0.jpg)](https://youtu.be/2MTbv6WtwjM?si=lGVfp3Sz8h2B1b-U)
2416

2517
## Getting started
2618

docs/demo.gif

-2.18 MB
Binary file not shown.

0 commit comments

Comments
 (0)