AndroidCameraLog
NameSpace: Android
Inherits from:
UnityEngine.XR.MagicLeap.MLPluginLog.ScopedLog
Public Methods
AndroidCameraLog
public AndroidCameraLog(
string scopeName,
bool showStackTrace =false
)
Parameters
| Type | Name | Description |
|---|---|---|
| string | scopeName | |
| bool | showStackTrace |
void LogOnce
public static void LogOnce(
string scope,
string message,
LogType logType =LogType.Log,
bool showStackTrace =false
)
Parameters
| Type | Name | Description |
|---|---|---|
| string | scope | |
| string | message | |
| LogType | logType | |
| bool | showStackTrace |
Protected Methods
LogInternal
protected override void LogInternal(
string message,
LogType logType =LogType.Log
)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| LogType | logType |