From 275f7467796bb130c4b28f41a753585b50acba2b Mon Sep 17 00:00:00 2001 From: "C. Augusto Proiete" Date: Sat, 16 May 2020 20:49:43 -0300 Subject: [PATCH] Update links to GitHub repo and other minor updates --- CHANGES.md | 2 +- README.md | 8 ++++---- .../ExcelDna.Diagnostics.Serilog.csproj | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ef31b55..3b80344 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1 +1 @@ -See: https://github.com/caioproiete/exceldna-diagnostics-serilog/releases +See: https://github.com/augustoproiete/exceldna-diagnostics-serilog/releases diff --git a/README.md b/README.md index 081a783..83f38bf 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ If you like or are using this project please give it a star. Thanks! ## Background -Excel-DNA writes [diagnostic log messages](https://github.com/Excel-DNA/ExcelDna/wiki/Diagnostic-Logging) which can be very useful for troubleshooting issues with an add-in that is not working or behaving as expected. By default, messages are written to the [`LogDisplay`](https://github.com/caioproiete/serilog-sinks-exceldnalogdisplay) window, which can only be seen by the end-user of the add-in. +Excel-DNA writes [diagnostic log messages](https://github.com/Excel-DNA/ExcelDna/wiki/Diagnostic-Logging) which can be very useful for troubleshooting issues with an add-in that is not working or behaving as expected. By default, messages are written to the [`LogDisplay`](https://github.com/augustoproiete/serilog-sinks-exceldnalogdisplay) window, which can only be seen by the end-user of the add-in. ![Excel-DNA Diagnostics LogDisplay screenshot](assets/default-logdisplay-logs.png) However, it's possible to configure Excel-DNA to write to _other_ `Trace` listeners which can then forward these diagnostic messages to any logging pipeline such as [Serilog](https://serilog.net), for example, in order to consume / analyse these logs outside of the user's machine. -[`ExcelDna.Diagnostics.Serilog`](https://github.com/caioproiete/exceldna-diagnostics-serilog) implements a `TraceListener` that converts `Trace` log events to Serilog log events and integrates with a Serilog logging pipeline, effectivelly forwarding any diagnostic messages written by Excel-DNA to a Serilog logger. +[`ExcelDna.Diagnostics.Serilog`](https://github.com/augustoproiete/exceldna-diagnostics-serilog) implements a `TraceListener` that converts `Trace` log events to Serilog log events and integrates with a Serilog logging pipeline, effectivelly forwarding any diagnostic messages written by Excel-DNA to a Serilog logger. ## Getting started @@ -93,7 +93,7 @@ public class AddIn : IExcelAddIn ## Example of an Excel-DNA add-in using `ExcelDna.Diagnostics.Serilog` -In the [sample](sample/) folder, you can find an example of an Excel-DNA add-in that captures any diagnostic messages written by Excel-DNA and forwards them to a Serilog logging pipeline configured to write log events to a file on disk and also to Excel-DNA's built-in [`LogDisplay`](https://github.com/caioproiete/serilog-sinks-exceldnalogdisplay). +In the [sample](sample/) folder, you can find an example of an Excel-DNA add-in that captures any diagnostic messages written by Excel-DNA and forwards them to a Serilog logging pipeline configured to write log events to a file on disk and also to Excel-DNA's built-in [`LogDisplay`](https://github.com/augustoproiete/serilog-sinks-exceldnalogdisplay). ![Excel-DNA Serilog logs in file Notepad screenshot](assets/serilog-logs-file-notepad.png) @@ -148,4 +148,4 @@ In order for the Excel-DNA Diagnostics Serilog to work from an add-in that is pa --- -_Copyright © 2019-2020 Caio Proiete & Contributors - Provided under the [Apache License, Version 2.0](http://apache.org/licenses/LICENSE-2.0.html)._ +_Copyright © 2019-2020 C. Augusto Proiete & Contributors - Provided under the [Apache License, Version 2.0](http://apache.org/licenses/LICENSE-2.0.html)._ diff --git a/src/ExcelDna.Diagnostics.Serilog/ExcelDna.Diagnostics.Serilog.csproj b/src/ExcelDna.Diagnostics.Serilog/ExcelDna.Diagnostics.Serilog.csproj index 738c9b7..cc79dfc 100644 --- a/src/ExcelDna.Diagnostics.Serilog/ExcelDna.Diagnostics.Serilog.csproj +++ b/src/ExcelDna.Diagnostics.Serilog/ExcelDna.Diagnostics.Serilog.csproj @@ -10,16 +10,16 @@ true true - Caio Proiete and Contributors + C. Augusto Proiete and Contributors ExcelDna.Diagnostics.Serilog ExcelDna ExcelDna.Diagnostics.Serilog exceldna;diagnostic;serilog;logging;excel-dna - https://raw.githubusercontent.com/caioproiete/exceldna-diagnostics-serilog/master/assets/exceldna-diagnostics-serilog-nuget.png - https://github.com/caioproiete/exceldna-diagnostics-serilog + https://raw.githubusercontent.com/augustoproiete/exceldna-diagnostics-serilog/master/assets/exceldna-diagnostics-serilog-nuget.png + https://github.com/augustoproiete/exceldna-diagnostics-serilog Apache-2.0 - https://github.com/caioproiete/exceldna-diagnostics-serilog + https://github.com/augustoproiete/exceldna-diagnostics-serilog git true snupkg