#include "Fireworks/Core/interface/fwLog.h"
Go to the source code of this file.
Namespaces | |
fwlog | |
Functions | |
const char * | fwlog::levelName (LogLevel) |
std::ostream & | fwlog::logger () |
LogLevel | fwlog::presentLogLevel () |
void | fwlog::setLogger (std::ostream *) |
void | fwlog::setPresentLogLevel (LogLevel) |
Variables | |
const char *const | fwlog::s_levelNames [] = {"Debug", "Info", "Warning", "Error"} |
std::ostream * | fwlog::s_logger = &std::cerr |
LogLevel | fwlog::s_presentLevel = kInfo |