On Arduino 2.0 Beta7 the Serial Monitor may swallow print() output when followed by 'log_X()' output. To make this visible the Tools->Core Debug Level must be set to at least level X in order to allow ...
The sketch has examples of the following: How to inherit serial print and println functions in your class to take advantage of their pass any type behavior. How to add a class to a sketch. How to use ...