Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/serilog-contrib/Serilog.Sinks.MFilesSysUtilsEventLog

A Serilog sink wrapper to write to the Windows EventLog using the SysUtils.ReportXToEventLog() in an M-Files Vault Application. See https://www.nuget.org/packages/Serilog.Sinks.MFilesSysUtilsEventLog/ for the NUGet
https://github.com/serilog-contrib/Serilog.Sinks.MFilesSysUtilsEventLog

cloud-vault m-files mfiles mfiles-server mfiles-vault serilog serilog-sink sink structured-logging sysutils vault-application

Last synced: about 2 months ago
JSON representation

A Serilog sink wrapper to write to the Windows EventLog using the SysUtils.ReportXToEventLog() in an M-Files Vault Application. See https://www.nuget.org/packages/Serilog.Sinks.MFilesSysUtilsEventLog/ for the NUGet

Awesome Lists containing this project

README

        

# Serilog.Sinks.MFilesSysUtilsEventLog RELEASE WORFLOW

- Branch `master` contains the latest stable code and release.
- Develop in branch `develop` or a `feature/something` branch.
- Merge to `master` when about to release.
- Update the package **version number** in the project properties.
- Do a Release configuration build; directory `\current` will contain the latest nuget package `Serilog.Sinks.MFilesSysUtilsEventLog.x.x.x.nupkg` file
- Merge to `Release` branch, where the GitHub Action `Publish-current-to-nuget` will publish the NuGET package to nuget.org.
- Check the release on the [NuGet.org Serilog.Sinks.MFilesSysUtilsEventLog page](https://www.nuget.org/packages/Serilog.Sinks.MFilesSysUtilsEventLog/)