botsense  3.2.0
RoadNarrows Client-Server Proxied Services Framework
bsUnitTest Man Page (TBW)
Name:
bsUnitTest - BotSense unit tester client.
Synopsis:
bsUnitTest [OPTIONS]
bsUnitTest –version
bsUnitTest –help
Description:
The BotSense bsUnitTest application unit test...
Options:
Mandatory arguments to long options are also mandatory for short options.
Tests
-p, --proxy=addr[:port
Proxy Server's network address. The format of the address can be either a network hostname or a dotted IP address number. If port is not specfied, then the default port 9195 is used.
DEFAULT: localhost
Logging
-l level, --log=level
Set logging threshold level. All logging events with priority ≤ level will be logged. All others will be ignored. Error events are always logged. The level is one of:
'off' or 0 Disable all logging.
'error' or 1 Enable error logging.
'diag1' or 2 Enable diagnostics 1 logging.
'diag2' or 3 Enable diagnostics 2 logging.
'diag3' or 4 Enable diagnostics 3 logging.
The libSkewlZone library logs at this level
'diag4' or 5 Enable diagnostics 4 logging.
'diag5' or 6 Enable diagnostics 5 logging.
>6 Enable user-defined logging.
DEFAULT: off
--logfile=file
Set log output file to file. Special file names are:
'stderr' log to standard error.
'stdout' log to standard output.
DEFAULT: stderr
Information
--help
Display command help and exit.
--version
Output version information and exit.
Examples:
# Example # TBW $ $ bsUnitTest --log=diag1 ... $