AndyQ / NFCPassportReader

NFCPassportReader for iOS 13
MIT License
754 stars 245 forks source link

The logging section of the documentation contains incorrect information #231

Open R1Daneel opened 3 weeks ago

R1Daneel commented 3 weeks ago

The Logging section of the documentation contains incorrect information on how to specify the log level. It states that the log level can be set by passing it as a parameter in the PassportReader class initializer. However, this parameter was removed from the initializer.

From what I understand, with the introduction of OSLog, it is no longer possible to set the log level in this way. Could you please confirm this and update the documentation accordingly?