Skip to content

osamaeshmilh/LoggerClientNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • .NET version

  • System dependencies

  • Configuration

To run package you need:

  • Set Token and Application code in Startup.cs. Example:
    builder.Services.AddSingleton<LoggerClientConfiguration>(
    new LoggerClientConfiguration(
      "yourAppToken",
      "localhost:9092",
      "http-logs"));
    builder.Services.AddSingleton<IKafkaProducer, KafkaProducer>();
    
    app.UseHttpLoggingMiddleware();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages