radarlabs / react-native-radar

React Native module for Radar, the leading geofencing and location tracking platform
https://radar.com
Apache License 2.0
170 stars 32 forks source link

Kennyhu/fence 1283 setloglevel in react native #259

Open KennyHuRadar opened 1 year ago

KennyHuRadar commented 1 year ago

QA: taken from waypoint, a print statement is created using this endpoint to verify correctness useEffect(() => { Radar.getLogLevel().then((result) => console.log('log level is ', result) ); }, []); and Radar.setLogLevel('warning'); (in the initializing page)

Able to get these logs IOS:

Screenshot 2023-09-13 at 3 58 24 PM

Android: image