Skip to content

1.1.0

Compare
Choose a tag to compare
@toddmeinershagen toddmeinershagen released this 06 Jul 05:18
· 19 commits to master since this release

Includes initial release and a new overload to the Monitor method that allows for returning the output of the function passed in.

Example:

var customers = Monitoring<CustomerServiceCounters>.Monitor(() => _repository.GetAllCustomers());