Changes between Version 24 and Version 25 of C++ API
- Timestamp:
- 03/16/15 09:34:14 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
C++ API
v24 v25 219 219 muscle::logger::info("the temporary path is %s", muscle::env::get_tmp_path().c_str()); 220 220 }}} 221 This will print the message to stdout and prepend the current kernel name and the log level. A planned feature is to write this output to a fixed file.221 This will print the message to stdout and prepend the current kernel name and the log level. The log is written to TMP_DIR/[kernel]/[kernel.native.log. 222 222 223 223 [[Documentation|<< Back to Documentation]] 224 [[Documentation|<< Back to Documentation]]