summaryrefslogtreecommitdiff
path: root/modules/CIAO/docs/Trace.html
blob: 001cddd007ecebbf7827d9587c5001cb3a024c63 (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
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<!-- $Id$ -->
  <title>CIAO Logging facility</title>
</head>
<body>
<h1>CIAO Logging Facility
</h1>
Based on the various logging techniques provided by ACE mechanism, CIAO
has introduced some new logging macros to assist CIAO developers in
diagnosing CIAO codes.<br>
<ul>
  <li><span style="font-weight: bold;">CIAO_TRACE<br>
    </span>&nbsp;&nbsp;&nbsp; By placing CIAO_TRACE at the beginning of
a CIAO function or method, you can get the tracing message of when
these functions are entered and when they are exited at runtime. To
enable this feature, however, you need to set CIAO_NTRACE to 0 in
$ACE_ROOT\ace\config.h. CIAO_TRACE works in a identical way as
ACE_TRACE. The only distinction is that CIAO_TRACE will output the the
tracing messages for CIAO projects only while dumping the excessive
messages from ACE on top of which CIAO is built. <br>
  </li>
</ul>
<hr>
<address>Ming Xiong<br>
Last modified: Thur Aug 12:50 am 2005
</address>
<!-- hhmts start -->
<!-- hhmts end -->
</body>
</html>