Skip to main content

setOutputLocation

void setOutputLocation(output_location_t location);

Set the location the output will print to. Options are Output::STDOUT, Output::STDERR, Output::FILE, and Output::NONE.

Parameters

  • location (output_location_t) Location for output
  • returns none

Example

out->setOutputLocation(Output::FILE);
#include <sst/core/output.h>