Skip to content

Commit

Permalink
expose SLLogFile path
Browse files Browse the repository at this point in the history
  • Loading branch information
Shial committed Nov 14, 2017
1 parent 8b47d7e commit 6df7b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SLLog/SLLogFile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 6df7b51

Please sign in to comment.