From 6df7b51ca1871d6b618c4c824e9f63e3a9d5be72 Mon Sep 17 00:00:00 2001 From: Shial Date: Tue, 14 Nov 2017 12:46:23 +1100 Subject: [PATCH] expose SLLogFile path --- Sources/SLLog/SLLogFile.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SLLog/SLLogFile.swift b/Sources/SLLog/SLLogFile.swift index e0d92eb..9fe7637 100644 --- a/Sources/SLLog/SLLogFile.swift +++ b/Sources/SLLog/SLLogFile.swift @@ -23,7 +23,7 @@ public class SLLogFile { let file: String = "\(path)/\(dateFormat.string(from: Date()))\(fileExtension)" return file } - private var path: String { + public final var path: String { return directory + directoryBasename } private lazy var queue: OperationQueue = {