FACT++  1.0
void PrintUsage ( )

Definition at line 32 of file showlog.cc.

Referenced by main().

33 {
34  cout <<
35  "showlog - Log file converter\n"
36  "\n"
37  "This tool can be used to convert the log-files written by the\n"
38  "datalogger back to colored output, limit the displayed time\n"
39  "range and limit the displayed severity of the messages.\n"
40  "Note that this tool will not work by default on logs containing\n"
41  "already colored output as the logs directly written by the programs.\n"
42  "Use -c or --color to process color coded files.\n"
43  "\n"
44  "The default is to read from stdin if no filoename as given. If, as "
45  "a filename, just a number between 2000000 and 21000000 is given, "
46  "e.g. 20111016 a log with the name /fact/aux/2011/10/16/20111016.log "
47  "is read.\n"
48  "\n"
49  "Usage: showlog [-c] [-vN] [-b start] [-e end] [file1 ...]\n"
50  " or: showlog [-c] [-vN] [-b start] [-e end] YYYYMMDD\n";
51  cout << endl;
52 }

+ Here is the caller graph for this function: