AICORE-UsageLibrary 0.1.39-g91e028b3cf

What is this repository for?

  • Quick summary:
    This is a package that can be included in an ASP.NET API that lets you send messages to the AICORE logging APIs with simple functions like _logger.LogInformation Added to your controllers via dependency injection by adding this to your startup.cs:
builder.Logging.AddUsageLogger(options => builder.Configuration.GetSection("Logging").Bind(options));

How do I get set up?

  • Configuration: Set up a key in your appsettings similar to this one:
"Logging": {
    "Server": "aicoreio",
    "Application": "FileWatcher",
    "LokiUrl": "https://loki.grafana.coredata.ca",
    "LokiKey": "...",
    "LogLevel": {
      "Default": "Debug",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Warning"
    }
}

Contribution guidelines

  • Writing tests: future: xUnit Tests
  • Code review: Jira, with minimum 1 reviewer
  • Other guidelines: n/a

Who do I talk to?

  • Repo owner or admin: Victor Lee
  • Other community or team contact: Rafik Belhaouas, Marc Weber

Showing the top 20 packages that depend on AICORE-UsageLibrary.

Packages Downloads
LibAICORE
Package Description
7
LibAICORE
Package Description
6

Version Downloads Last updated
0.1.39-g91e028b3cf 2 03/11/2025
0.1.37-g16982399da 16 10/24/2024
0.1.34-gac5d11e203 16 06/20/2024
0.1.31-ged514fc169 11 06/14/2024
0.1.30-g4f23d3e31a 16 06/08/2024
0.1.29-g1645d34296 12 05/30/2024
0.1.24-g8d246b44c8 15 02/24/2024
0.1.23-gdd17009643 10 02/23/2024
0.1.22-g4942db9b75 11 02/22/2024
0.1.17-g7092eb2a2e 12 02/21/2024
0.1.16-g92da98dfe3 7 02/21/2024
0.1.14-ge0b9c38072 8 02/21/2024
0.1.13-g66b5b3e75b 7 02/21/2024
0.1.2-g7dca9bfde2 11 02/20/2024