FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void PrintHelp
(
)
Definition at line
2347
of file
datalogger.cc
.
Referenced by
main()
.
2348
{
2349
/* Additional help text which is printed after the configuration
2350
options goes here */
2351
cout <<
2352
"\n"
2353
"If the allow list has any element, only the servers and/or services "
2354
"specified in the list will be used for subscription. The black list "
2355
"will disable service subscription and has higher priority than the "
2356
"allow list. If the allow list is not present by default all services "
2357
"will be subscribed."
2358
"\n"
2359
"For example, block=DIS_DNS/ will skip all the services offered by "
2360
"the DIS_DNS server, while block=/SERVICE_LIST will skip all the "
2361
"SERVICE_LIST services offered by any server and DIS_DNS/SERVICE_LIST "
2362
"will skip DIS_DNS/SERVICE_LIST.\n"
2363
<< endl;
2364
2365
Main::PrintHelp<DataLogger>();
2366
}
Here is the caller graph for this function:
src
datalogger.cc
Generated on Sun Sep 18 2016 20:50:40 for FACT++ by
1.8.11