Skip to content

Commit dc5876c

Browse files
authored
docs: add sections for logging, named providers, and shutdown (#31)
Signed-off-by: Michael Beemer <[email protected]>
1 parent dbdd502 commit dc5876c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,13 @@ _ = client.getValue(
157157
defaultValue: false,
158158
options: FlagEvaluationOptions(hooks: [ExampleHook()]))
159159
```
160+
### Logging
161+
162+
Logging customization is not yet available in the iOS SDK.
163+
164+
### Named clients
165+
166+
Support for named clients is not yet available in the iOS SDK.
160167

161168
### Eventing
162169

@@ -176,6 +183,10 @@ func readyEventEmitted(notification: NSNotification) {
176183
}
177184
```
178185

186+
### Shutdown
187+
188+
A shutdown function is not yet available in the iOS SDK.
189+
179190
## Extending
180191

181192
### Develop a provider

0 commit comments

Comments
 (0)