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
Right now only console.log can be used to log things from JS. That's not optimal. Instead something like Leviathan.LogInfo() function should be added for JS to proxy calls to LOG_INFO.
The text was updated successfully, but these errors were encountered:
Right now only
console.log
can be used to log things from JS. That's not optimal. Instead something likeLeviathan.LogInfo()
function should be added for JS to proxy calls toLOG_INFO
.The text was updated successfully, but these errors were encountered: