Start wire-up of logging and tunnel system.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jeroen Leenarts
2018-07-07 22:54:44 +02:00
parent 5fa1283466
commit b7cf84b7fa
6 changed files with 91 additions and 6 deletions
+13
View File
@@ -0,0 +1,13 @@
//
// Log.swift
// WireGuard
//
// 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", category: "general")
}