Closed ChaseFlorell closed 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
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.
CompsoteLogger
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.