mirror of https://github.com/oxen-io/session-ios
Merge branch 'dev' of https://github.com/oxen-io/session-ios into voice-calls-2
commit
4e36052c6c
@ -1,6 +1,8 @@
|
|||||||
|
import SignalCoreKit
|
||||||
|
|
||||||
public func SNLog(_ message: String) {
|
public func SNLog(_ message: String) {
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
print("[Session] \(message)")
|
print("[Session] \(message)")
|
||||||
#endif
|
#endif
|
||||||
|
OWSLogger.info("[Session] \(message)")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue