mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-02 09:04:40 +02:00
Convert remain NSLog statement to new logging framework
This commit is contained in:
parent
f8836be147
commit
7a68cc99af
9 changed files with 95 additions and 80 deletions
|
@ -59,7 +59,7 @@ extension CAPPluginCall {
|
|||
let json = try JSONSerialization.data(withJSONObject: value)
|
||||
return try JSONDecoder().decode(type, from: json)
|
||||
} catch {
|
||||
NSLog("Failed to get json for \(key)")
|
||||
AppLogger().error("Failed to get json for \(key)")
|
||||
debugPrint(error)
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue