Changeset 124 for trunk/IPs/systemC/processor/Morpheo/Common/src
- Timestamp:
- Jun 17, 2009, 2:11:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Common/src/Message.cpp
r120 r124 15 15 16 16 static bool log_initialized; 17 bool log_with_pid;18 17 FILE * log_stream; 19 18 … … 29 28 #define FUNCTION "log_init" 30 29 void log_init (bool have_file, 30 bool with_date, 31 31 bool with_pid , 32 32 std::string directory, … … 36 36 { 37 37 log_initialized = true; 38 log_with_pid = with_pid;39 38 40 39 if (have_file) … … 45 44 "", 46 45 "log", 47 (file==""),46 with_date, 48 47 with_pid, 49 48 true);
Note: See TracChangeset
for help on using the changeset viewer.