Changeset 10897 for trunk/FACT++/src
- Timestamp:
- 06/01/11 10:42:32 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/dataLogger.cc
r10896 r10897 2548 2548 cout << 2549 2549 "\n" 2550 " The block option has priority over the allow,"2551 " i.e. if both are present, only the block list is kept."2552 " If only a server name or service without its server prefix is given"2553 " then all the services of that server, or all the services that"2554 " correspond to the given suffix are ignored or considered.\n"2550 "If the allow list has any element, only the servers and/or services " 2551 "specified in the list will be used for subscription. The black list " 2552 "will disable service subscription and has higher priority than the " 2553 "allow list. If the allow list is not present by default all services " 2554 "will be subscribed." 2555 2555 "\n" 2556 "For example, block=DIS_DNS will skip all the services offered by " 2557 "the DIS_DNS server, while block=SERVICE_LIST will skip all the " 2558 "SERVICE_LIST services offered by any server.\n" 2556 "For example, block=DIS_DNS/ will skip all the services offered by " 2557 "the DIS_DNS server, while block=/SERVICE_LIST will skip all the " 2558 "SERVICE_LIST services offered by any server and DIS_DNS/SERVICE_LIST " 2559 "will skip DIS_DNS/SERVICE_LIST.\n" 2559 2560 "\n" 2560 2561 "The commands offered by the dataLoger are the following: \n";
Note:
See TracChangeset
for help on using the changeset viewer.