21int main(
int argc,
char* argv[])
25 string message_logger;
33 JParser<> zap(
"Example program to test message scheduling.");
35 zap[
'M'] =
make_field(message_logger) =
"localhost";
43 catch(
const exception &error) {
44 FATAL(error.what() << endl);
General purpose message reporting.
int main(int argc, char *argv[])
Message reporting compatible with STL output stream operations.
General purpose messaging.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Message logging based on ControlHost.
Interface for logging messages.
Message logger with time scheduler.
Message logging based on std::ostream.
Template definition of a multi-dimensional oscillation probability interpolation table.
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).