Switch to std::cerr for prints

std::cout is buffered, so the prints don't always show up with
the correct timestamp.  The better change is probably to move
to phosphor::logging, but for now just change to std::cerr to
get the prints immediately.

Tested:
Confirmed that the print messages show up immediately with the
correct timestamps.

Change-Id: I208eb042e00275889dda3dd088095e4c57db880d
Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>
1 file changed
tree: a546051730b9dad9467b9db8be0ff9436aa6895a
  1. service_files/
  2. src/
  3. .clang-format
  4. cmake-format.json
  5. CMakeLists.txt
  6. LICENSE
  7. MAINTAINERS
  8. README.md
README.md

host-error-monitor

The host-error-monitor application is intended to monitor various host error signals and take appropriate action (logging, crashdump, reset, etc.) when triggered.