session-ios/SessionUtilitiesKit/General/Logging.swift

7 lines
101 B
Swift

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