mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-01-05 16:22:39 +00:00
5b6ef1ca38
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
10 lines
197 B
Swift
10 lines
197 B
Swift
//
|
|
// Copyright © 2018 WireGuard LLC. All Rights Reserved.
|
|
//
|
|
|
|
import os.log
|
|
|
|
struct Log {
|
|
static var general = OSLog(subsystem: "com.wireguard.ios.network-extension", category: "general")
|
|
}
|