SoarGroup / Soar

Soar, a general cognitive architecture for systems that exhibit intelligent behavior.
http://soar.eecs.umich.edu
Other
322 stars 70 forks source link

string names for log channels #427

Open garfieldnate opened 5 months ago

garfieldnate commented 5 months ago

The log RHS function works only with integers 0-100. It would be nice to be able to instead use strings so that we could give sensible names to each channel.

The name channel is also a bit misleading; these can't be set to go to different files or anything like that, as far as I can tell. They are basically just independent flags for turning printing on and off.