23 static bool enabled();
35 static std::ostream& channel();
36 static bool enabled();
37 static void start(
const std::string& ) {}
38 static void stop(
const std::string&,
double ) {}
50 Logging( std::ostream& channel );
54 static std::ostream& channel();
55 static bool enabled();
56 static void start(
const std::string& title );
57 static void stop(
const std::string& title,
double seconds );
60 std::ostream* previous_state_;
70 using Logging::Logging;
73 static void start(
const std::string& ) {}
74 static void stop(
const std::string& title,
double seconds );
Contains all atlas classes and methods.
Definition: atlas-grids.cc:33