Important Update:

- Added SignalCore for handling system signals
- Implemented LogMessages (only output to stdout, later to logfile)
- Updated #defines for all header files
This commit is contained in:
Charl Wentzel
2016-05-17 12:24:51 +02:00
parent eb0ab67499
commit f987ea2224
9 changed files with 192 additions and 18 deletions

View File

@@ -5,8 +5,8 @@
* Author: wentzelc
*/
#ifndef LOGCORE_H_
#define LOGCORE_H_
#ifndef REDACORE_LOGCORE_H_
#define REDACORE_LOGCORE_H_
// redA Libraries
/* none */
@@ -25,8 +25,10 @@ const short
//---------------------------------------------------------------------------
bool LogMessage( const char * Heading, const char * Message );
bool ShowOutput( const char * Heading, const short Show, const char * Buffer, int Len = -1 );
//---------------------------------------------------------------------------
#endif /* LOGCORE_H_ */
#endif /* REDACORE_OGCORE_H_ */