wireguard-apple/WireGuard/WireGuardNetworkExtension/Log.swift
Roopesh Chander dd672d3dac Prepare for rewrite: Move WireGuardNetworkExtension into the new project folder
Signed-off-by: Roopesh Chander <roop@roopc.net>
2018-10-27 15:13:01 +05:30

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")
}