Beispiel #1
0
void LogCtrl::Reset()
{
	SetVppLog(StdLog());
	ps = NULL;
}
Beispiel #2
0
TimingInspector::~TimingInspector() {
	Mutex::Lock __(mutex);
	if(this == &s_zero()) return;
	StdLog() << Dump() << "\r\n";
}
Beispiel #3
0
Stream& VppLog() {
	if(!__logstream) __logstream = &StdLog();
	return *__logstream;
}