Skip to main content
close
Font size options
Increase or decrease the font size for this website by clicking on the 'A's.
Contrast options
Choose a color combination to give the most comfortable contrast.

var logger = NiteRyder.CreateLogger(builder => builder .MinimumLevel(LogLevel.Information) .AddConsole() .AddRollingFile("logs/app-.log", maxFileSizeMb: 50) .AddHttpSink("https://logs.example.com/ingest", apiKey: env.ApiKey) );