Changes between Version 25 and Version 26 of C++ API
- Timestamp:
- 03/16/15 09:34:58 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
C++ API
v25 v26 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. The log is written to TMP_DIR/[kernel]/[kernel.native.log.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/[instance]/[instance].native.log`. 222 222 223 223 [[Documentation|<< Back to Documentation]] 224 224 [[Documentation|<< Back to Documentation]] 225 [[Documentation|<< Back to Documentation]]