LoggerAPI
LoggerAPI copied to clipboard
Logger protocol
With Xcode 14.3, the minimum deployment version is updated to iOS 11.0 (and similar versions for MacOS, tvOS, and watchOS). Would just like to get the podspec update and the...
As I see, inside `Log.verbose`, `Log.info`, `Log.warning`, etc. methods `swiftLogger` uses default argument values. So instead of correct ones it uses functionName, lineNum and fileName that belong to the LoggerAPI....
Kitura's detailed logging is applied sparingly at present (we don't do much logging), because there is a small overhead to a log statement. Having many of these on the critical...