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:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user