Functions
WireCell::Testing Namespace Reference

Functions

void log (const char *argv0)
 

Function Documentation

void WireCell::Testing::log ( const char *  argv0)

Definition at line 28 of file Testing.cxx.

29 {
30  std::string name = argv0;
31  name += ".log";
32  Log::add_stderr(true, "trace");
33  Log::add_file(name, "trace");
34 }
static QCString name
Definition: declinfo.cpp:673
std::string string
Definition: nybbler.cc:12
void add_stderr(bool color=true, std::string level="")
Definition: Logging.cxx:59
void add_file(std::string filename, std::string level="")
Definition: Logging.cxx:42