synthberry
Software MIDI synthesizer for the Raspberry Pi.
Main Page
Classes
Files
File List
All
Classes
Functions
include
log.h
1
#ifndef LOG_H
2
#define LOG_H
3
4
#include <iostream>
5
6
#ifdef DEBUG
7
#define LOG(...) std::cout << __VA_ARGS__ << std::endl
8
#else
9
#define LOG(...)
10
#endif
11
12
#endif // LOG_H
Generated on Fri Apr 4 2014 10:15:23 for synthberry by
1.8.1.2