Skip to content

Commit b4f1517

Browse files
Update README - Align project intro to center
1 parent 7f5d444 commit b4f1517

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
# Serilog.Enrichers.ExcelDna [![NuGet Version](http://img.shields.io/nuget/v/Serilog.Enrichers.ExcelDna.svg?style=flat)](https://www.nuget.org/packages/Serilog.Enrichers.ExcelDna/) [![Stack Overflow](https://img.shields.io/badge/stack%20overflow-serilog-orange.svg)](http://stackoverflow.com/questions/tagged/serilog) [![Stack Overflow](https://img.shields.io/badge/stack%20overflow-excel--dna-orange.svg)](http://stackoverflow.com/questions/tagged/excel-dna)
1+
<h1 align="center">Serilog.Enrichers.ExcelDna</h1>
2+
<div align="center">
3+
4+
[![NuGet Version](http://img.shields.io/nuget/v/Serilog.Enrichers.ExcelDna.svg?style=flat)](https://www.nuget.org/packages/Serilog.Enrichers.ExcelDna/) [![Stack Overflow](https://img.shields.io/badge/stack%20overflow-serilog-orange.svg)](http://stackoverflow.com/questions/tagged/serilog) [![Stack Overflow](https://img.shields.io/badge/stack%20overflow-excel--dna-orange.svg)](http://stackoverflow.com/questions/tagged/excel-dna)
25

36
Enriches [Serilog](https://serilog.net) events with information from your [Excel-DNA](https://excel-dna.net) Add-in.
47

8+
![Seq showing properties from Serilog.Enrichers.ExcelDna](assets/serilog-enrichers-exceldna-nuget-seq.png)
9+
10+
</div>
11+
512
## Give a Star! :star:
613

714
If you like or are using this project please give it a star. Thanks!
@@ -38,8 +45,6 @@ The package includes:
3845

3946
In the [sample](sample/) folder, there's an example of an Excel-DNA add-in that uses Serilog for logging to the `LogDisplay` of Excel-DNA using this sink, and apply the enrichers described above.
4047

41-
![Seq showing properties from Serilog.Enrichers.ExcelDna](assets/serilog-enrichers-exceldna-nuget-seq.png)
42-
4348
### Excel-DNA configuration for packing with `ExcelDnaPack`
4449

4550
In order for the Excel-DNA enricher to work from an add-in that was packaged using the `ExcelDnaPack` utility, you need to include references to `Serilog.dll` and `Serilog.Enrichers.ExcelDna.dll` in the `.dna` file of the add-in:
70.9 KB
Loading

0 commit comments

Comments
 (0)