Skip to content

Commit

Permalink
Change Logging title
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeross committed Apr 15, 2024
1 parent c0e869b commit 0861e17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@
- [iOS](notifications/ios_setup.md)
- [Setting up the Notification Service Extension](notifications/ios_service.md)
- [Adding the Notification Plugin](notifications/ios_plugin.md)
- [Logging](notifications/logging.md)

---

# Advanced

- [Adding logging](notifications/logging.md)
- [Configuring the plugin](notifications/service_configuration.md)
- [Changing default strings](notifications/changing_strings.md)
- [Handling custom notifications](notifications/custom_notifications.md)
Expand Down
2 changes: 1 addition & 1 deletion src/notifications/logging.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Logging
# Adding logging

You can override the default logger used by the Notification Plugin to use your own logging implementation or dependency. Lets look at an example of a file logger.

Expand Down

0 comments on commit 0861e17

Please sign in to comment.