22 #ifndef ACE_TIME_COMMON_LOGGING_H 23 #define ACE_TIME_COMMON_LOGGING_H 31 inline void vprintf(
const char *fmt, va_list args) {
33 vsnprintf(buf, 192, fmt, args);
34 SERIAL_PORT_MONITOR.print(buf);
38 inline void print(
const char* fmt, ...) {
49 inline void println(
const char *fmt, ... ) {
54 SERIAL_PORT_MONITOR.println();
58 inline void println() {
59 SERIAL_PORT_MONITOR.println();