Class LogLevelUtilsBurstCompatible
Static class with utility burst compatible functions for Log
Inherited Members
Namespace: Unity.Logging
Assembly: Unity.Logging.dll
Syntax
public static class LogLevelUtilsBurstCompatible
Methods
Parse(in FixedString32Bytes)
Converts Fixed
Declaration
public static LogLevel Parse(in FixedString32Bytes str)
Parameters
Type | Name | Description |
---|---|---|
Fixed |
str | FixedString32Bytes representation of Log |
Returns
Type | Description |
---|---|
Log |
Log |
Exceptions
Type | Condition |
---|---|
Argument |
If cannot match the Log |
ToFixedString(in LogLevel)
Converts Log
Declaration
public static FixedString32Bytes ToFixedString(in LogLevel level)
Parameters
Type | Name | Description |
---|---|---|
Log |
level | Log Level to convert |
Returns
Type | Description |
---|---|
Fixed |
Exceptions
Type | Condition |
---|---|
Argument |
If unknown level specified. |