session-ios/SessionUtilitiesKit/General/Logging.swift

7 lines
101 B
Swift
Raw Normal View History

2020-11-05 02:07:21 +01:00
2020-11-05 02:15:57 +01:00
public func SNLog(_ message: String) {
2020-11-05 02:07:21 +01:00
#if DEBUG
print("[Session] \(message)")
#endif
}