Skip to content

Commit

Permalink
🔒 Adjust access levels
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Němec committed Oct 11, 2022
1 parent 92486d7 commit 1e0e278
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Sources/FTLogKit/FTLogger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import Foundation

// MARK: - Properties

struct FTLogger {
public struct FTLogger {
private let saveToFileLevelOrMoreSevere: LogLevel
private let logFileURL: URL?
let logFileHandler: LogFileHandler?
internal let logFileHandler: LogFileHandler?
private var timestampFormatter: DateFormatter

private static var defaultTimestampFormatter: DateFormatter {
Expand Down
2 changes: 1 addition & 1 deletion Sources/FTLogKit/Model/LogLevel.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
enum LogLevel: Comparable {
public enum LogLevel: Comparable {
case debug
case info
case notice
Expand Down

0 comments on commit 1e0e278

Please sign in to comment.