Make DynamicObject.println go to a logger if one exists. (or maybe we should create a static one in each object?)
Or maybe just make a log method:
log("blah blah");
Log in to post a comment.