BSiLabs / HttpTracer

MIT License
172 stars 13 forks source link

Improvements and Fixes Tests #41

Closed ChaseFlorell closed 5 years ago

ChaseFlorell commented 5 years ago

Removed optional parameters in favor of overloads. This allows us to define a single option without the need to pass an arbitrary null

Also fixes a number of tests that were failing. This however does NOT fix the fact that CI is not running / catching those tests

Also adds a CompsoteLogger for a user to be able to apply multiple loggers if they want debug AND something else.