Skip to main content
API Reference com.nianticspatial.nsdk.logging Logging

setStdoutLogLevel

Sets the log level for stdout logs. This function filters out logs of less severity than the specified level for the stdout logger.

Declaration

fun setStdoutLogLevel(ardkHandle: Long, level: LogLevel)

Summary

Sets the log level for stdout logs. This function filters out logs of less severity than the specified level for the stdout logger.


ON THIS PAGE