FritzAndFriends / StreamDeckToolkit

A .NET Standard library, template, and tools for building extensions to the Elgato Stream Deck
MIT License
164 stars 45 forks source link

Calls to the Logger are not writing to the log file #114

Closed hugodahl closed 5 years ago

hugodahl commented 5 years ago

Describe the bug When I call Logger.*, the log entry I expect to be written to the log file is not written.

To Reproduce

Steps to reproduce the behaviour:

  1. Run the sample plugin with F5 or even from the command line.

Expected behavior The log entry(ies) to be written to file

Error Details No error reported

Screenshots n/a

Desktop (please complete the following information):

Additional context The first log entry, about initializing the plugin gets written, but nothing else afterward.