18 |
18 |
19 #ifndef LOGGER_H |
19 #ifndef LOGGER_H |
20 #define LOGGER_H |
20 #define LOGGER_H |
21 |
21 |
22 #ifdef _DEBUG |
22 #ifdef _DEBUG |
23 #include <Flogger.h> |
23 #include <flogger.h> |
24 |
24 |
25 #define FEED_LOG(a, b, c, d) RFileLogger::WriteFormat((a), (b), (c), (d)) |
25 #define FEED_LOG(a, b, c, d) RFileLogger::WriteFormat((a), (b), (c), (d)) |
26 #define FEED_LOG1(a, b, c, d, e) RFileLogger::WriteFormat((a), (b), (c), (d), (e)) |
26 #define FEED_LOG1(a, b, c, d, e) RFileLogger::WriteFormat((a), (b), (c), (d), (e)) |
27 #define FEED_LOG2(a, b, c, d, e, f) RFileLogger::WriteFormat((a), (b), (c), (d), (e), (f)) |
27 #define FEED_LOG2(a, b, c, d, e, f) RFileLogger::WriteFormat((a), (b), (c), (d), (e), (f)) |
28 #define FEED_LOG3(a, b, c, d, e, f, g) RFileLogger::WriteFormat((a), (b), (c), (d), (e), (f), (g)) |
28 #define FEED_LOG3(a, b, c, d, e, f, g) RFileLogger::WriteFormat((a), (b), (c), (d), (e), (f), (g)) |