You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instance f =Featurevisor.createInstance(newInstance.InstanceOptions()
468
+
.datafile(datafile)
469
+
.logger(customLogger));
453
470
```
454
471
455
472
Further log levels like `info` and `debug` will help you understand how the feature variations and variables are evaluated in the runtime against given context.
0 commit comments