Start wire-up of logging and tunnel system.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
@@ -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")
|
||||
}
|
||||
Reference in New Issue
Block a user