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

Logging

Logging utility class for configuring ARDK log levels. This class provides methods to set the log level for different log outputs: - stdout: Logs written to standard output - file: Logs written to log files - callback: Logs sent to registered callback handlers

Declaration

class Logging

Functions

NameTypeSummary
setCallbackLogLevelvoid
Sets the log level for callback logs. This function filters out logs of less severity than the specified level for the callback logger.
setFileLogLevelvoid
Sets the log level for file logs. This function filters out logs of less severity than the specified level for the file logger.
setStdoutLogLevelvoid
Sets the log level for stdout logs. This function filters out logs of less severity than the specified level for the stdout logger.