Re: [swift-evolution] Logging facade

2017-11-02 Thread Mike Kluev via swift-evolution
on Date: Wed, 01 Nov 2017 10:58:38 -0700 Max Moiseev wrote: > > 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.

Re: [swift-evolution] Logging facade

2017-11-01 Thread Max Moiseev via swift-evolution
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 >

[swift-evolution] Logging facade

2017-11-01 Thread Maik Koslowski via swift-evolution
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