Some source files in this repo are getting quite long, especially Logging.swift. How about moving some code to separate files?
For example, we could extract the included LogHandler implementations to separate files (similar to providers in swift-configuration), and maybe separate all the log methods to Logging+methods.swift.
Some source files in this repo are getting quite long, especially
Logging.swift. How about moving some code to separate files?For example, we could extract the included
LogHandlerimplementations to separate files (similar to providers in swift-configuration), and maybe separate all the log methods toLogging+methods.swift.