Other
Logging
Control SDK log output. Enable during debugging and disable in production:
java
// Enable logging
LoxilyLocalize.setLogEnable(true);
// Disable logging (recommended for production)
LoxilyLocalize.setLogEnable(false);Recommendation:
Disable logging in production to reduce performance overhead and avoid exposing sensitive information.