Skip to content
Snippets Groups Projects
Commit f211c9f6 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

STYLE: log outputs redirected to the logger.

parent c93111a8
Branches
Tags
No related merge requests found
......@@ -160,8 +160,8 @@ private:
}
else
{
std::cout<<"Mean: "<<mean<<std::endl;
std::cout<<"Standard Deviation: "<<stddev<<std::endl;
otbAppLogINFO("Mean: "<<mean<<std::endl);
otbAppLogINFO("Standard Deviation: "<<stddev<<std::endl);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment