DEBSOURCES
Skip Quicknav
sources / bobcat / 3.01.00-1 / log / instance.cc
123456789
#include "log.ih" Log &Log::instance() { if (!s_stream.get()) throw Errno("Log::getInstance()") << ": FBB::Log not initialized"; return *s_stream.get(); }