Jpp
pmt_effective_area_update
the software that should make you happy
|
Auxiliary program to save logger messages from ControlHost server. More...
#include <string>
#include <iostream>
#include <fstream>
#include <sstream>
#include <iomanip>
#include <set>
#include "JLogger/JMessageLogger.hh"
#include "JNet/JControlHost.hh"
#include "JLang/JTimeval.hh"
#include "JLang/JException.hh"
#include "JLang/gzstream.h"
#include "JSystem/JDate.hh"
#include "JSystem/JStat.hh"
#include "Jeep/JeepToolkit.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
Go to the source code of this file.
Functions | |
int | main (int argc, const char *argv[]) |
Auxiliary program to save logger messages from ControlHost server.
The option -H <hostname>[:port]
correponds to the hostname and the port of the server, respectively. Each message tag will be written to file in the directory specified. The program will terminate when it receives message <stop>.
Definition in file JLogger.cc.
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 126 of file JLogger.cc.