[swift-corelibs-dev] Query on NSLog

2016-06-27 Thread Sai Kanduri via swift-corelibs-dev
Hi All,   Currently NSLog  has only one internal function  NSLog()  which can be used only by Foundation classes.Can this be made available as a public API ?     Thanks & Regards,   Sai Hema,Java L3 Support ___ swift-corelibs-dev mailing list swift-corel

[swift-corelibs-dev] Implementing(overriding) the "description" property

2016-06-27 Thread Pushkar N Kulkarni via swift-corelibs-dev
Hello,While working with HTTPCookie I realised that the "description" property isn't currently overridden. This is true for many other Foundation classes subclassing NSObject. Is there any guidance around when this property should be overridden (and when not)? Or is it open for implementation/overr