FlexBook / Mbed 2 deprecated FlexBook171204a

Dependencies:   SDFileSystem app epson mbed msp430 pl tests

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers log.h Source File

log.h

00001 //
00002 // Filename: log.h
00003 //
00004 // Diagnostic logger.
00005 //
00006 
00007 #ifndef LOG_H
00008 #define LOG_H
00009 
00010 #include <string>
00011 
00012 extern void Log(const std::string &data);
00013 
00014 #endif // LOG_H