Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dedo1911 committed Feb 5, 2024
1 parent 752daf9 commit a61019c
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
LogFlake .Net Client
====================
<h1 align="center">LogFlake Client .NET Standard <img alt="Version" src="https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000" /></h1>

> This repository contains the sources for the client-side components of the LogFlake product suite for applications logs and performance collection for .NET applications.
<h3 align="center">🏠 [LogFlake Website](https://logflake.io) | 🔥 [CloudPhoenix Website](https://cloudphoenix.it)</h3>

## Downloads

| NuGet Package Name | Version | Downloads |
|:-----------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------:|:-------------------------------------------------------------------------------:|
| [LogFlake.Client.NetStandard](https://www.nuget.org/packages/LogFlake.Client.NetStandard) | ![NuGet Version](https://img.shields.io/nuget/v/logflake.client.netstandard) | ![NuGet Downloads](https://img.shields.io/nuget/dt/logflake.client.netstandard) |

## Usage
Retrieve your _application-key_ from Application Settings in LogFlake UI.
```csharp
const logger = new LogFlake("application-key");
logger.SendLog(LogLevels.INFO, "Hello World");
```

0 comments on commit a61019c

Please sign in to comment.