Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
Namespace List
Namespace Members
WireCell
Testing
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
}
name
static QCString name
Definition:
declinfo.cpp:673
string
std::string string
Definition:
nybbler.cc:12
WireCell::Log::add_stderr
void add_stderr(bool color=true, std::string level="")
Definition:
Logging.cxx:59
WireCell::Log::add_file
void add_file(std::string filename, std::string level="")
Definition:
Logging.cxx:42
Generated by
1.8.11