#include "CombineHarvester/CombineTools/interface/Logging.h"
#include <string>
#include <iostream>
#include "boost/lexical_cast.hpp"
Go to the source code of this file.
|
std::string | ch::GetQualififedName (std::string const &str) |
| Extracts the fully-qualified function name from a complete function signature. More...
|
|
void | ch::LogLine (std::ostream &stream, std::string const &func, std::string const &message) |
| Writes a logging message to a given ostream. More...
|
|
std::string | ch::FnError (std::string const &message, std::string const &file, unsigned line, std::string const &fn) |
| Generates an error message which includes the name of the calling function and the filename and line number where the error occured. More...
|
|