Introducing channeled logging; prolog is becoming debug-chan #34
eelstork
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Significant changes have been happening here.
In a few days this repository will be renamed to
active-logic/debug-chan
This tool now ships alongside an integrated frame logger with channeled output. This is for principled logging, as opposed to temporary traces which do not (or should not) partake code commits.
The new tool ("Debug-Chan") will be documented soon. In outline:
Channelled logging does log (similar to the Unity console) but also:
Recently, Prolog (automated tracing) has been consolidated with assembly opt-ins; this is for users to easily trace just the assemblies they need. There is already an option to exclude designated types, however this may not suffice; an option will be added to only instrument designated types.
It is easier for me to develop these tools side by side. Uses cases and methods overlap; thanks for your understanding.
Beta Was this translation helpful? Give feedback.
All reactions