Switching from XML streaming to Notation streaming for new streambase logging format.
parent
2c89da4c6f
commit
a64f283477
|
|
@ -69,7 +69,7 @@ void LLLogImpl::log(const std::string message, LLSD& info)
|
|||
}
|
||||
}
|
||||
}
|
||||
llinfos << "LLLOGMESSAGE (" << (sequence++) << ") " << message << " " << LLSDXMLStreamer(info) << llendl;
|
||||
llinfos << "LLLOGMESSAGE (" << (sequence++) << ") " << message << " " << LLSDNotationStreamer(info) << llendl;
|
||||
}
|
||||
|
||||
//@brief Function to check if specified legacy log message should be sent.
|
||||
|
|
|
|||
Loading…
Reference in New Issue