Updated
This commit is contained in:
10
README.md
10
README.md
@@ -33,12 +33,12 @@ VALUES ('MyApp', NEWID(), 1, GETUTCDATE())
|
||||
|
||||
#### Via NuGet Package Manager:
|
||||
```bash
|
||||
dotnet add package LogCentral.Client
|
||||
dotnet add package EonaCat.Logger.LogClient
|
||||
```
|
||||
|
||||
#### Via Package Manager Console:
|
||||
```powershell
|
||||
Install-Package LogCentral.Client
|
||||
Install-Package EonaCat.Logger.LogClient
|
||||
```
|
||||
|
||||
## 📖 Usage Examples
|
||||
@@ -46,8 +46,8 @@ Install-Package LogCentral.Client
|
||||
### Basic Setup
|
||||
|
||||
```csharp
|
||||
using LogCentral.Client;
|
||||
using LogCentral.Client.Models;
|
||||
using EonaCat.Logger.LogClient;
|
||||
using EonaCat.Logger.LogClient.Models;
|
||||
|
||||
// Configure the client
|
||||
var options = new LogCentralOptions
|
||||
@@ -240,7 +240,7 @@ public class Program
|
||||
### Windows Service / Console App
|
||||
|
||||
```csharp
|
||||
using LogCentral.Client;
|
||||
using EonaCat.Logger.LogClient;
|
||||
using Microsoft.Extensions.Hosting;
|
||||
|
||||
public class Worker : BackgroundService
|
||||
|
||||
Reference in New Issue
Block a user