close
Warning:
Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.
- Timestamp:
-
Jun 12, 2017, 7:59:16 PM (8 years ago)
- Author:
-
Patrick Stowell
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v9
|
v10
|
|
35 | 35 | One way to achieve this is to include them in your card file before all of your samples, like in the following examples setting the VERBOSITY level. |
36 | 36 | |
37 | | **simple card format example** |
| 37 | ** Example 1 ** : Card verbosity change in simple card format |
38 | 38 | {{{ |
39 | 39 | # config NAME VALUE |
… |
… |
|
42 | 42 | }}} |
43 | 43 | |
44 | | ** xml card format example ** |
| 44 | ** Example 2 ** : Card verbosity change in xml card format |
45 | 45 | {{{ |
46 | 46 | <!-- <config NAME='VALUE' /> --> |
… |
… |
|
57 | 57 | }}} |
58 | 58 | |
59 | | ** verbosity example ** |
| 59 | ** Example 3 ** : Runtime verbosity change |
60 | 60 | {{{ |
61 | 61 | $ nuiscomp -c samples.card -o samples.root -q VERBOSITY=1 |
… |
… |
|
108 | 108 | The +/-e and +/-v flags are reserved to increase or decrease the NUISANCE verbosity quickly at runtime. |
109 | 109 | |
110 | | ** Increase verbosity by one level ** |
| 110 | ** Example 1 ** : Increase verbosity by one level |
111 | 111 | {{{ |
112 | 112 | $ nuiscomp -c samples.card -o samples.root +v |
113 | 113 | }}} |
114 | | ** Decrease verbosity by one level ** |
| 114 | ** Example 2 ** : Decrease verbosity by one level |
115 | 115 | {{{ |
116 | 116 | $ nuiscomp -c samples.card -o samples.root -v |
117 | 117 | }}} |
118 | | ** Increase verbosity by two levels ** |
| 118 | ** Example 3 ** : Increase verbosity by two levels |
119 | 119 | {{{ |
120 | 120 | $ nuiscomp -c samples.card -o samples.root +v +v |
121 | 121 | }}} |
122 | | ** Decrease error verbosity by one level ** |
| 122 | ** Example 4 ** : Decrease error verbosity by one level |
123 | 123 | {{{ |
124 | 124 | $ nuiscomp -c samples.card -o samples.root -e |
125 | 125 | }}} |
126 | | ** Increase error verbosity by two levels ** |
| 126 | ** Example 5 ** : Increase error verbosity by two levels |
127 | 127 | {{{ |
128 | 128 | $ nuiscomp -c samples.card -o samples.root +e +e |