Method DebugLog
DebugLog(in FixedString512Bytes)
Print the log message with Debug level priority;
Declaration
public readonly void DebugLog(in FixedString512Bytes msg)
Parameters
Type | Name | Description |
---|---|---|
FixedString512Bytes | msg | The ascii message string. Unicode are not supported |