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