14 std::ostream* Log::streamPtr_ = 0;
15 std::ofstream* Log::filePtr_ = 0;
51 streamPtr_ = &std::cout;
60 streamPtr_ = &std::cout;
static void setFile(std::ofstream &file)
Set the log ostream to a file.
static void close()
Close log file, if any.
static std::ostream & file()
Get log ostream by reference.
static void initStatic()
Initialize static members.
Utility classes for scientific computation.