aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuardNetworkExtension/Log.swift
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-10-13 06:25:43 +0530
committerRoopesh Chander <roop@roopc.net>2018-10-27 15:13:01 +0530
commitdd672d3dacfbb7974add2f40d836e51535a339a1 (patch)
treee57469bdf434f2f995cd9ffb155728a6f9dfc36a /WireGuard/WireGuardNetworkExtension/Log.swift
parentUse APP_ID in xcconfig rather than PRODUCT_BUNDLE_IDENTIFIER (diff)
downloadwireguard-apple-dd672d3dacfbb7974add2f40d836e51535a339a1.tar.xz
wireguard-apple-dd672d3dacfbb7974add2f40d836e51535a339a1.zip
Prepare for rewrite: Move WireGuardNetworkExtension into the new project folder
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuardNetworkExtension/Log.swift')
-rw-r--r--WireGuard/WireGuardNetworkExtension/Log.swift9
1 files changed, 9 insertions, 0 deletions
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")
+}