cs.options: Functions to set and retrieve colorSpec package options
Description
Allow the user to set and examine a variety of options for colorSpec.
Usage
cs.options( ... )
Arguments
...
named arguments are set;
unnamed arguments are retrieved, and must be single character strings.
See example.
Value
returns a list with all options mentioned.
If no arguments are given, then it returns a list of all options.
Options used in logging
lll{
NameDefault ValueDescriptionloglevel'WARN' controls the amount of logging information produced.
. . .
logformat'%t %l %n::%f(). %m' the format of each log line. See logging page.
. . .
stoponerrorTRUE stop when a logging event has level ERROR; a logical.
}
When setting loglevel an initial letter is sufficient.