Log
Static Class in Zigurous.Debug
Declaration
public static class LogDescription
Provides more robust console logging functions compared to UnityEngine.Debug.
Static Properties
| prefix | A prefix appended to every log message printed to the console. |
| nullReference | The display string for any null references that are logged to the console. |
| delimiter | The delimiter used when joining multiple messages into a single log message printed to the console. |
Static Methods
| Message | Logs a message to the Unity console. |
| Warning | Logs a warning message to the Unity console. |
| Error | Logs an error message to the Unity console. |
| Assertion | Logs an assertion message to the Unity console. |