ncsa / qdl

the QDL programming language
Other
2 stars 0 forks source link

Change debug() and log_entry() to debugger() and logger() #27

Closed jjg-123 closed 1 year ago

jjg-123 commented 1 year ago

Mostly this is to ensure consistent behavior across calls. It's a bit too mad bomber right now in the syntax. Calls with no arguments should return entire current configuration, not just the level, for instance. Should be able to set the configuration with a stem rather than multiple calls.