session-ios/SessionUtilities/Logging.swift
2020-11-05 12:15:57 +11:00

7 lines
101 B
Swift

public func SNLog(_ message: String) {
#if DEBUG
print("[Session] \(message)")
#endif
}