aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuardNetworkExtension/Log.swift
blob: 54162b56c0e7a1ef767ffa6f90e802992128ac7d (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")
}