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
This functionality is really geared towards development of the editor. It would be nice to be able to register a callback into Hatchit from the editor so I could grab any debug statements that are thrown and can then output them to the GUI
The text was updated successfully, but these errors were encountered:
It should return void and take in both the string and the log level
Is the log level a publicly accessable enum type? Because then I would need to have access to it in the editor
Okay. And yup. Because of the stylistic guide on enums, it's inside of the Debug class currently but if you'll be using it in the editor I can put it in its own file.
This functionality is really geared towards development of the editor. It would be nice to be able to register a callback into Hatchit from the editor so I could grab any debug statements that are thrown and can then output them to the GUI
The text was updated successfully, but these errors were encountered: