Changes between Version 25 and Version 26 of C++ API

Show
Ignore:
Timestamp:
03/16/15 09:34:58 (10 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • C++ API

    v25 v26  
    219219muscle::logger::info("the temporary path is %s", muscle::env::get_tmp_path().c_str()); 
    220220}}} 
    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. 
     221This 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`. 
    222222 
    223223[[Documentation|<< Back to Documentation]] 
    224224[[Documentation|<< Back to Documentation]] 
     225[[Documentation|<< Back to Documentation]]