blob: c90ae71fe5e1f0dcfb90230845d2a2c1bbb12e5f [file] [log] [blame]
void g()
{
RLOGD(m_log)
<< "str1"
<< var;
if (something)
cout << "blah";
}
void f()
{
cout << something(
arg);
cout
<< "something";
cout <<
"something";
RLOGD(m_log)
<< "WriteReqSize()";
RLOGD(m_log) <<
base::sprintfT(
"something %u ",
m_pendingAccepts);
RLOGDD(m_log) << sprintfT(
"something id=%u",
newSocket->GetId());
}