Skip to content
Snippets Groups Projects
Commit 048d33a5 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ENH: suppress ERROR level in wrapperLogger : doesn't exist in ITK

parent 143ce938
No related branches found
No related tags found
No related merge requests found
......@@ -33,13 +33,6 @@
this->GetLogger()->Write( itk::LoggerBase::CRITICAL, message.str() ); \
}
#define otbAppLogERROR(x) \
{ \
std::ostringstream message; \
message << "" x << std::endl; \
this->GetLogger()->Write( itk::LoggerBase::ERROR, message.str() ); \
}
#define otbAppLogWARNING(x) \
{ \
std::ostringstream message; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment