How to use Xcode Logger with Swift
I've found this library on Github which looks like a pretty neat replacement for NSLog but I don't know how to use it with Swift in my iOS project.
I've tried calling XLog or DLog in my functions but I get use of unresolved identifier .... I allowed Xcode to create a bridging header and imported "XcodeLogger.h" there.
What am I doing wrong?