Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/serilog-contrib/Serilog.Sinks.MFilesSysUtilsEventLog
- Owner: serilog-contrib
- License: apache-2.0
- Created: 2021-06-01T17:49:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T18:19:37.000Z (about 2 years ago)
- Last Synced: 2024-10-04T03:13:12.050Z (3 months ago)
- Topics: cloud-vault, m-files, mfiles, mfiles-server, mfiles-vault, serilog, serilog-sink, sink, structured-logging, sysutils, vault-application
- Language: C#
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-Release-workflow.md
- License: LICENSE
Awesome Lists containing this project
- awesome-m-files - Serilog.Sinks.MFilesSysUtilsEventLog - A Serilog sink wrapper to write to the Windows EventLog using the SysUtils.ReportXToEventLog() in an M-Files Vault Application. (Development / NuGET Packages)
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/)