Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit b0c9b43

Browse files
committed
Adapt log levels to OMEdit, ticket:4048
1 parent ce441e1 commit b0c9b43

File tree

1 file changed

+3
-2
lines changed
  • SimulationRuntime/cpp/Core/Utils/extension

1 file changed

+3
-2
lines changed

SimulationRuntime/cpp/Core/Utils/extension/logger.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,11 @@ std::string Logger::getLevel(LogLevel lvl) const
108108
case(LL_WARNING):
109109
return "warning";
110110
case(LL_DEBUG):
111-
//return "debug"; // avoid red color in OMEdit
111+
return "debug";
112112
case(LL_INFO):
113-
default:
114113
return "info";
114+
default:
115+
return "unknown";
115116
}
116117
}
117118

0 commit comments

Comments
 (0)