Class D
Barracuda debug logging utility
Namespace: Unity.Barracuda
Syntax
public class D : object
Fields
errorEnabled
Error logging enabled flag
Declaration
public static bool errorEnabled
Field Value
Type | Description |
---|---|
Boolean |
errorStackTraceEnabled
Error stack trace collection enabling flag
Declaration
public static bool errorStackTraceEnabled
Field Value
Type | Description |
---|---|
Boolean |
logEnabled
Debug logging enabled flag
Declaration
public static bool logEnabled
Field Value
Type | Description |
---|---|
Boolean |
logStackTraceEnabled
Debug log stack trace collection enabling flag
Declaration
public static bool logStackTraceEnabled
Field Value
Type | Description |
---|---|
Boolean |
warningEnabled
Warning logging enabled flag
Declaration
public static bool warningEnabled
Field Value
Type | Description |
---|---|
Boolean |
warningStackTraceEnabled
Warning stack trace collection enabling flag
Declaration
public static bool warningStackTraceEnabled
Field Value
Type | Description |
---|---|
Boolean |
Methods
Log(Object)
Log debug info
Declaration
public static void Log(object message)
Parameters
Type | Name | Description |
---|---|---|
Object | message | message |
Log(Object, UnityEngine.Object)
Log debug info
Declaration
public static void Log(object message, UnityEngine.Object context)
Parameters
Type | Name | Description |
---|---|---|
Object | message | message |
UnityEngine.Object | context | context |
LogError(Object)
Log error
Declaration
public static void LogError(object message)
Parameters
Type | Name | Description |
---|---|---|
Object | message | message |
LogError(Object, UnityEngine.Object)
Log error
Declaration
public static void LogError(object message, UnityEngine.Object context)
Parameters
Type | Name | Description |
---|---|---|
Object | message | message |
UnityEngine.Object | context | context |
LogWarning(Object)
Log warning
Declaration
public static void LogWarning(object message)
Parameters
Type | Name | Description |
---|---|---|
Object | message | message |
LogWarning(Object, UnityEngine.Object)
Log warning
Declaration
public static void LogWarning(object message, UnityEngine.Object context)
Parameters
Type | Name | Description |
---|---|---|
Object | message | message |
UnityEngine.Object | context | context |