fix: typo

This commit is contained in:
Nikita Semenov 2022-11-08 15:13:01 +03:00
parent 8ffd2b589b
commit 77abc2c5a5
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public struct TILogger: LoggerRepresentable {
@available(iOS 12, *)
public static let defaultLogger = TILogger(subsystem: .defaultSubsystem ?? "", category: .pointsOfInterest)
public let logInfo: NSLog
public let logInfo: OSLog
// MARK: - Init