Logging
The OneEntry Native SDK supports logging of network requests
that are sent to your project's server. However, it is disabled by default
to avoid cluttering the console.
Kotlin Multiplatform
OneEntryApp.initialize(
host = "sample.oneentry.cloud",
token = "vfrueaBVFuivUpv...hceupGVUGEWuvga"
) {
logLevel = LogLevel.ALL
}
Swift
OneEntryCore.shared.initialize(
host: "sample.oneentry.cloud",
token: "vfrueaBVFuivUpv...hceupGVUGEWuvga"
) {
LogLevel(.all)
}
Last modified: 01 August 2025