aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuardNetworkExtension/Log.swift
diff options
context:
space:
mode:
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")
+}