session-ios/SessionUtilitiesKit/Logging.swift
2020-11-09 10:58:47 +11:00

7 lines
101 B
Swift

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