ScottLilly / Wobble

Twitch stream chat bot
MIT License
2 stars 1 forks source link

Write events to a log file #28

Closed ScottLilly closed 2 years ago

ScottLilly commented 2 years ago

Write events to a log file on local disk, if enabled in appsettings.json. Probably have settings values for "enabled", "filename", and (maybe) something for maximum size or retention.

Did this by installing and configuring log4net NuGet package.