From dd672d3dacfbb7974add2f40d836e51535a339a1 Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Sat, 13 Oct 2018 06:25:43 +0530 Subject: Prepare for rewrite: Move WireGuardNetworkExtension into the new project folder Signed-off-by: Roopesh Chander --- WireGuard/WireGuardNetworkExtension/Log.swift | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 WireGuard/WireGuardNetworkExtension/Log.swift (limited to 'WireGuard/WireGuardNetworkExtension/Log.swift') diff --git a/WireGuard/WireGuardNetworkExtension/Log.swift b/WireGuard/WireGuardNetworkExtension/Log.swift new file mode 100644 index 0000000..40e097f --- /dev/null +++ b/WireGuard/WireGuardNetworkExtension/Log.swift @@ -0,0 +1,9 @@ +// +// Copyright © 2018 WireGuard LLC. All rights reserved. +// + +import os.log + +struct Log { + static var general = OSLog(subsystem: "com.wireguard.ios.network-extension", category: "general") +} -- cgit v1.2.3-59-g8ed1b