You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prints the given string into the compiler console. Useful for todo / fixme reminders.
Parameters
message: The message to print into console
Compliation [sic] Result: N/A
Example:
JMC.log('todo: make this work');
Result:
Prints out todo: make this work every time it compiles.
Extra Description:
[Describe logic and extra description you would like to inform]
Maybe it could also say which function called it as an extra hint to the developer (because "finish this soon" might not be a very descriptive log message if you don't know what it means by "this")
The text was updated successfully, but these errors were encountered:
JMC.log(message: string)
Prints the given string into the compiler console. Useful for todo / fixme reminders.
Parameters
Compliation [sic] Result: N/A
Example:
Result:
Prints out
todo: make this work
every time it compiles.Extra Description:
[Describe logic and extra description you would like to inform]
Maybe it could also say which function called it as an extra hint to the developer (because "finish this soon" might not be a very descriptive log message if you don't know what it means by "this")
The text was updated successfully, but these errors were encountered: