Skip to content

Commit f6081f0

Browse files
committed
Info about logging
1 parent e61eb5c commit f6081f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ projectQuery = projectQuery.order(project.name)
161161
swiftProjectNames = projectQuery.array(project.name)
162162
```
163163

164+
### Debugging & Logging
165+
166+
Add the launch argument `-com.prosumma.CoreDataQueryInterface.Debug` to your application while debugging and CDQI will emit useful details about every generated fetch request. When used in combination with Apple's `-com.apple.CoreData.SQLDebug` launch argument, a wealth of information becomes available.
167+
164168
### Kudos
165169

166170
My thanks to [Pat Goley](https://github.com/patgoley) for providing the impetus for and assistance with type safety in filter expressions.

0 commit comments

Comments
 (0)