aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuardNetworkExtension/Log.swift
blob: 40e097f476f8b1fa79508c9bcadc4e35c0d182e4 (plain) (blame)
1
2
3
4
5
6
7
8
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")
}