Map the logger configuration in lms.conf file
This commit is contained in:
@@ -562,7 +562,7 @@ static std::string escape(std::string str)
|
||||
void
|
||||
LmsApplication::notifyMsg(MsgType type, const Wt::WString& message, std::chrono::milliseconds duration)
|
||||
{
|
||||
LMS_LOG(UI, INFO) << "Notifying message '" << message.toUTF8() << "' of type '" << msgTypeToString(type);
|
||||
LMS_LOG(UI, INFO) << "Notifying message '" << message.toUTF8() << "' of type '" << msgTypeToString(type) << "'";
|
||||
|
||||
std::ostringstream oss;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user