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

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

Awesome Lists containing this project

README

        

# Cake.EventLog

A simple Cake addin to interact with the Windows event log from Cake scripts.

[![License](http://img.shields.io/:license-mit-blue.svg)](http://cake-contrib.mit-license.org)

## Information

| | Stable | Pre-release |
|---|---|---|
|GitHub Release|-|[![GitHub release](https://img.shields.io/github/release/cake-contrib/Cake.EventLog.svg)](https://github.com/cake-contrib/Cake.EventLog/releases/latest)|
|NuGet|[![NuGet](https://img.shields.io/nuget/v/Cake.EventLog.svg)](https://www.nuget.org/packages/Cake.EventLog)|[![NuGet](https://img.shields.io/nuget/vpre/Cake.EventLog.svg)](https://www.nuget.org/packages/Cake.EventLog)|

## Build Status

|Develop|Master|
|:--:|:--:|
|[![Build status](https://ci.appveyor.com/api/projects/status/89emb9clgcyitwh1/branch/develop?svg=true)](https://ci.appveyor.com/project/cakecontrib/cake-eventlog/branch/develop)|[![Build status](https://ci.appveyor.com/api/projects/status/89emb9clgcyitwh1/branch/develop?svg=true)](https://ci.appveyor.com/project/cakecontrib/cake-eventlog/branch/master)|

## Code Coverage

[![Coverage Status](https://coveralls.io/repos/github/cake-contrib/Cake.EventLog/badge.svg?branch=develop)](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

[![Join the chat at https://gitter.im/cake-contrib/Lobby](https://badges.gitter.im/cake-contrib/Lobby.svg)](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
```