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