You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
404 B

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());
}