From b7cf84b7fa12d0d82bb45653b68747061e7e2f82 Mon Sep 17 00:00:00 2001 From: Jeroen Leenarts Date: Sat, 7 Jul 2018 22:54:44 +0200 Subject: Start wire-up of logging and tunnel system. Signed-off-by: Jason A. Donenfeld --- WireGuardNetworkExtension/Log.swift | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 WireGuardNetworkExtension/Log.swift (limited to 'WireGuardNetworkExtension/Log.swift') diff --git a/WireGuardNetworkExtension/Log.swift b/WireGuardNetworkExtension/Log.swift new file mode 100644 index 0000000..358874c --- /dev/null +++ b/WireGuardNetworkExtension/Log.swift @@ -0,0 +1,13 @@ +// +// Log.swift +// WireGuardNetworkExtension +// +// Created by Jeroen Leenarts on 07-07-18. +// Copyright © 2018 WireGuard. All rights reserved. +// + +import os.log + +struct Log { + static var general = OSLog(subsystem: "com.wireguard.ios.WireGuard.WireGuardNetworkExtension", category: "general") +} -- cgit v1.2.3-59-g8ed1b