OSDN Git Service

1055d403d0b75b39d95bfc76d990b05aa67873ad
[kcd/KCD.git] / KCD / LoggerExtension.swift
1 //
2 //  LoggerExtension.swift
3 //  KCD
4 //
5 //  Created by Hori,Masaki on 2017/10/28.
6 //  Copyright © 2017年 Hori,Masaki. All rights reserved.
7 //
8
9 import Foundation
10
11 extension Logger {
12     
13     static let shared = Logger(destination: ApplicationDirecrories.support.appendingPathComponent("KCD.log"))
14 }