codingadventures / LINQBridgeVs

Dumps the content of variables during debugging in Visual Studio to LINQPad
MIT License
127 stars 21 forks source link

Implement a lightweight and fast logger #34

Open codingadventures opened 6 years ago

codingadventures commented 6 years ago

It would be nice to implement a better logging system like NLog than BridgeVs.Logging, which is the current implementation. This logger is used for debug builds only, but it would be ideal to be able to enable/disable logging with the live extension.