Example app and service templates `dotnet new -i Equinox.Templates; dotnet new eqx*/pro*` https://github.com/jet/equinox https://github.com/jet/FsCodec
This extracts the module Logging, which currently is a slab of boilerplate code in Program.fs into a static class, with more granular helper methods implementing the relevant logic.
The overall objective is to chop up logging configuration such that it can easily be shifted off and coalesced into infrastructure helper modules when one is integrating a fresh Service into the overall codebase for a given set of services in a code repository
[x] Initial skeleton
[x] Cross-validate with internal variations with @enricosada
This extracts the
module Logging
, which currently is a slab of boilerplate code inProgram.fs
into a static class, with more granular helper methods implementing the relevant logic.The overall objective is to chop up logging configuration such that it can easily be shifted off and coalesced into infrastructure helper modules when one is integrating a fresh Service into the overall codebase for a given set of services in a code repository