Hi Maik, I believe you are looking for the «one true way of doing logging» that is community accepted, but it does not have to be in the standard library to be that. A standalone package would do just as well. swift-server-dev mailing list might be a better place to discuss this idea.
Max > On Nov 1, 2017, at 4:44 AM, Maik Koslowski via swift-evolution > <[email protected]> wrote: > > Hey! > > I haven’t found anything in the history of this mail list about this topic. > > What do you think about having a logging facade within the standard library > (like SLF in Java)? > SLF4J is not within the standard library in Java, but it is well used and I’d > like to have something like that within the standard library to have a > standardized way for logging. This change would be purely additive. > > - Maik > > _______________________________________________ > swift-evolution mailing list > [email protected] > https://lists.swift.org/mailman/listinfo/swift-evolution _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
