Skip to content

Commit 19e354f

Browse files
committed
Add build badges
1 parent 2fd3a8a commit 19e354f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# JavaScript Logging
22
Forwards JavaScript logs to ASP.NET Core applications.
33

4+
| Windows | Linux | NuGet |
5+
| --- | --- | --- |
6+
| [![Windows Build status](https://ci.appveyor.com/api/projects/status/rnf0a0wpsi8td146?svg=true)](https://ci.appveyor.com/project/henkmollema/logging-javascript) | [![Linux Build Status](https://travis-ci.com/webenablebv/Logging.JavaScript.svg?branch=master)](https://travis-ci.com/webenablebv/Logging.JavaScript) | [![NuGet](https://img.shields.io/nuget/vpre/Webenable.Logging.JavaScript.svg)](https://www.nuget.org/packages/Webenable.Logging.JavaScript) |
7+
48
JavaScript Logging is a small library which forwards client-side JavaScript logging via `console.info`, `console.error`, etc. to your ASP.NE Core application and calls logs the message with the equivalent using the `ILogger` interface.
59

610
## Getting started

0 commit comments

Comments
 (0)