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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<BODY bgcolor="FFFFFF">
<title>
CMS MessageLogger: Guide To Issuing Messages
</title>
<center>
<h1> <img src="header-public.gif" align="center"> </h1>
<font color=red>
<h1>CMS MessageLogger Service
<br>
Guide To Issuing Messages</h1>
</font>
</center>
<p>
The CMS MessageLogger Service is meant to allow code in modules, other
services, and other framework "scaffolding" to log
messages to a unified message logging
and statistics facility.
<p>
The MessageLogger Service captures and coordinates messages originating in
multiple modules (which, under the CMS framework, will in general be running
in multiple threads) into a specified set of destinations.
The management of these destinations is
based on the ZOOM Error Logger package developed at Fermilab.
<p>
All users of the MessageLogger service should read the section on
<a href="MessageLogger.html#howSend"> Issuing Messages </a>.
<p>
The behavior of the MessageLogger can be adjusted via lines in the
job's configuration file (.cfg).
Users wishing to customize the behavior of the MessageLogger should read
the section on
<a href="parameters.html"> MessageLogger Parameters </a>.
<p>
<ul>
<li> <a href="MessageLogger.html#howSend"> Issuing Messages </a>
<li><a href="parameters.html"> MessageLogger Parameters </a> - Configuring
Destinations and their filtering behaviors
<li><a href="requirements.html">
Open Issues Concerning Features Wanted by CMS </a>
<!-- <li> <a href="parameters.html">
Modifying Behavior via the MessageLogger Service </a> -->
</ul>
<p><center>
<img src="bar.gif"></center>
<p><center>
<a href="http://www.uscms.org/SoftwareComputing/index.html">
USCMS Software and Computing Home Page </a>
</center>
<p>
<hr>
<address><a href="mailto:mf@fnal.gov">Mark Fischler</a></address>
<!-- hhmts start -->
Last modified: December 5, 2005
<!-- hhmts end -->
</body>
|