-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Adding a system to display non-breaking warnings especially from the C++ side of things
It should have multiple verbosity levels
allow for some way to link back to how the library is run, setting a class variable or something to disable or set the verbosity level, either at the terminal or in the code
Or this issue can be used to just make a general logging system
Maybe start by investigating how this is usually done in codebases and what the best tools would be for our given tech stack
Currently, we only have ways to raise/catch runtime errors (breaking things like buffer couldn't be allocated, matmul on wrong shapes, etc), but not warnings or info(a shape dim had to be inferred, or obj was broadcasted) / debug logs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request