mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-01-07 09:12:37 +00:00
dd672d3dac
Signed-off-by: Roopesh Chander <roop@roopc.net>
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")
|
|
}
|