https://github.com/cake-contrib/cake.eventlog
https://github.com/cake-contrib/cake.eventlog
cake-addin cake-build
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cake-contrib/cake.eventlog
- Owner: cake-contrib
- License: mit
- Created: 2017-01-03T01:19:40.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2021-01-26T01:44:11.000Z (over 4 years ago)
- Last Synced: 2025-03-29T13:47:55.049Z (about 1 month ago)
- Topics: cake-addin, cake-build
- Language: C#
- Size: 1.23 MB
- Stars: 0
- Watchers: 5
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cake.EventLog
A simple Cake addin to interact with the Windows event log from Cake scripts.
[](http://cake-contrib.mit-license.org)
## Information
| | Stable | Pre-release |
|---|---|---|
|GitHub Release|-|[](https://github.com/cake-contrib/Cake.EventLog/releases/latest)|
|NuGet|[](https://www.nuget.org/packages/Cake.EventLog)|[](https://www.nuget.org/packages/Cake.EventLog)|## Build Status
|Develop|Master|
|:--:|:--:|
|[](https://ci.appveyor.com/project/cakecontrib/cake-eventlog/branch/develop)|[](https://ci.appveyor.com/project/cakecontrib/cake-eventlog/branch/master)|## Code Coverage
[](https://coveralls.io/github/cake-contrib/Cake.EventLog?branch=develop)
## Quick Links
- [Documentation](https://cake-contrib.github.io/Cake.EventLog)
## Chat Room
Come join in the conversation about Cake.EventLog in our Gitter Chat Room
[](https://gitter.im/cake-contrib/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## Build
To build this package we are using Cake.
On Windows PowerShell run:
```powershell
./build
```