Major update:
- Logging
- Created LogCore Class
- Updated LogCore to use file descriptors instead of stdout
- Add Log object reference to constructors for:
FunctionCore, SelectCore
- Use extern Log() object in SignalCore
- SelectableCore
- Added new connection type: ForkedPipe
Create pipe, fork process, connect pipe out to child stdin, exec
This commit is contained in:
@@ -65,7 +65,7 @@ private:
|
||||
|
||||
public:
|
||||
// Life cycle
|
||||
CFileCore( const char * Name, EDebugLevel pDebugLevel, int pOuputDisplay );
|
||||
CFileCore( const char * Name, CLogCore * pLog, EDebugLevel pDebugLevel, int pOuputDisplay );
|
||||
~CFileCore();
|
||||
|
||||
// Manage files
|
||||
|
||||
Reference in New Issue
Block a user