fix: typo
This commit is contained in:
parent
8ffd2b589b
commit
77abc2c5a5
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue