Class MagicLeapLogger
Inheritance
System.Object
MagicLeapLogger
Syntax
public static class MagicLeapLogger
Methods
Assert(Boolean, String, String, Object[])
Declaration
[Conditional("DEVELOPMENT_BUILD")]
public static void Assert(bool condition, string tag, string format, params object[] args)
Parameters
| Type |
Name |
Description |
| System.Boolean |
condition |
|
| System.String |
tag |
|
| System.String |
format |
|
| System.Object[] |
args |
|
AssertError(Boolean, String, String, Object[])
Declaration
public static void AssertError(bool condition, string tag, string format, params object[] args)
Parameters
| Type |
Name |
Description |
| System.Boolean |
condition |
|
| System.String |
tag |
|
| System.String |
format |
|
| System.Object[] |
args |
|
Debug(String, String, Object[])
Declaration
[Conditional("DEVELOPMENT_BUILD")]
public static void Debug(string tag, string format, params object[] args)
Parameters
| Type |
Name |
Description |
| System.String |
tag |
|
| System.String |
format |
|
| System.Object[] |
args |
|
Error(String, String, Object[])
Declaration
public static void Error(string tag, string format, params object[] args)
Parameters
| Type |
Name |
Description |
| System.String |
tag |
|
| System.String |
format |
|
| System.Object[] |
args |
|
Warning(String, String, Object[])
Declaration
public static void Warning(string tag, string format, params object[] args)
Parameters
| Type |
Name |
Description |
| System.String |
tag |
|
| System.String |
format |
|
| System.Object[] |
args |
|