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

setFileLogLevel

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

Declaration

fun setFileLogLevel(ardkHandle: Long, level: LogLevel)

Summary

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


ON THIS PAGE