summaryrefslogtreecommitdiff
path: root/CIAO/docs/EnvVars.html
blob: a088f793de0dfacee56246dea5d0dbc18515fc48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<!-- $Id$ -->
  <title>Environment Variables used by CIAO</title>
</head>
<body>
<h1>Environment Variables used by CIAO</h1>
<ul>
<!--   <li><b><code></code></b><p> --> <li><b><code>CIAO_DEBUG_LEVEL</code></b>:
An interger value accessible using <code>CIAO::debug_level()</code>
call. Currently, CIAO follow the following usage conventions:<br>
    <br>
    <ul>
      <li> 20 &lt; debug_level &#8804; 20: Generate CIAO internal debug
messages </li>
      <li> 10 &lt; debug_level &#8804; 20: Generate CIAO tools debug messages
      </li>
      <li> 0 &lt; debug_level &#8804; 10: Generate component-level debug
messages </li>
    </ul>
    <p> </p>
  </li>
  <li><b><code>CIAO_DUMP_SAMPLE_HISTORY</code></b>: This environment
variable was added for lack of component configuration support. Set it
to 1 to turn on the dumping of performance samples to stdout in some
performance test components.</li>
</ul>
<hr>
<address>Nanbor Wang</address>
<!-- hhmts start -->
Last modified: Sun Nov 30 20:29:14 Mountain Standard Time 2003
<!-- hhmts end -->
</body>
</html>