Log

Static Class in Zigurous.Debug

Declaration

public static class Log

Description

Provides more robust console logging functions compared to UnityEngine.Debug.

Static Properties

prefixA prefix appended to every log message printed to the console.
nullReferenceThe display string for any null references that are logged to the console.
delimiterThe delimiter used when joining multiple messages into a single log message printed to the console.

Static Methods

MessageLogs a message to the Unity console.
WarningLogs a warning message to the Unity console.
ErrorLogs an error message to the Unity console.
AssertionLogs an assertion message to the Unity console.