Skip to content

Commit

Permalink
Update Migration Guide logLevel and alertLevel examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jennantilla committed Aug 16, 2023
1 parent 4ea1864 commit 8888791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ The Debug namespace is accessible via `OneSignal.Debug` and provide access to de

| **React Native** | **Description** |
| ---------------------------------- | -------------------------------------------------------------------------- |
| `OneSignal.Debug.setLogLevel(6)` | _Sets the log level the OneSignal SDK should be writing to the Xcode log._ |
| `OneSignal.Debug.setAlertLevel(0)` | _Sets the logging level to show as alert dialogs._ |
| `OneSignal.Debug.setLogLevel(LogLevel.Verbose)` | _Sets the log level the OneSignal SDK should be writing to the Xcode log._ |
| `OneSignal.Debug.setAlertLevel(LogLevel.Verbose)` | _Sets the logging level to show as alert dialogs._ |

# Glossary

Expand Down

0 comments on commit 8888791

Please sign in to comment.