aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/Log.swift
blob: 7472934c5206a204c062c0a7e5c718bd03b91900 (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", category: "general")
}