Closed haf closed 5 years ago
...this will allow us to output structured logging and adapt any logging effortlessly to other Logary-Facade using libraries, such as Expecto.
It will also let us use the Facade.Adapter library https://www.nuget.org/packages/Logary.Adapters.Facade/ and output into any target that Logary supports.
Furthermore, the Facade will grow to include metrics, and I would really like to be able to extract a histogram of what selectors in Canopy take the longest to run, so they can be targeted by a developer to be optimised.
Done in https://github.com/lefthandedgoat/canopy/pull/415
...this will allow us to output structured logging and adapt any logging effortlessly to other Logary-Facade using libraries, such as Expecto.
It will also let us use the Facade.Adapter library https://www.nuget.org/packages/Logary.Adapters.Facade/ and output into any target that Logary supports.
Furthermore, the Facade will grow to include metrics, and I would really like to be able to extract a histogram of what selectors in Canopy take the longest to run, so they can be targeted by a developer to be optimised.