object XrLog


Provides a set of common functions for logging JetpackXR messages, as well as controlling at compile time which messages will actually be printed to Android Logcat.

Summary

Nested types

Describes the priority of a log message.

Public properties

Boolean

Whether or not messages meeting the current level will be printed to Android Logcat.

XrLog.Level

The minimum log level that will be printed if isEnabled.

Public properties

isEnabled

Added in 1.0.0-alpha13
var isEnabledBoolean

Whether or not messages meeting the current level will be printed to Android Logcat.

level

Added in 1.0.0-alpha13
var levelXrLog.Level

The minimum log level that will be printed if isEnabled.