![]() |
Debug.Log Extensions
Documentation (1.1.9)
|
|
static |
Logs a message to the console.
The message uses a larger font in the console window and always includes stack trace information. The message will also always be recorded in builds, even if "Use Player Log" is disabled in Player Settings.
message | object to be converted to string representation for display. |
context | Object to which the message applies. |