Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Realm.setLogLevel() API to take 2 arguments #6560

Closed
elle-j opened this issue Mar 18, 2024 · 1 comment · Fixed by #6580
Closed

Update Realm.setLogLevel() API to take 2 arguments #6560

elle-j opened this issue Mar 18, 2024 · 1 comment · Fixed by #6580
Assignees
Labels

Comments

@elle-j
Copy link
Contributor

elle-j commented Mar 18, 2024

The current implementation in main that has not yet been released allows users to pass either LogLevel or LogOptions to Realm.setLogLevel(). To better align across the SDKs, we should update this to:

static setLogLevel(level: LogLevel, category: LogCategory = "Realm"): void;
Copy link

sync-by-unito bot commented Mar 18, 2024

➤ PM Bot commented:

Jira ticket: RJS-2764

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
2 participants