AICORE-UsageLibrary
0.1.39-g91e028b3cf
Readme
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
Used By
Showing the top 20 packages that depend on AICORE-UsageLibrary.