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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
Begin processing the 1st record. Run 1, Event 1, LumiSection 1 on stream 0 at {Timestamp}
%MSG-i cat_A: UTC_Q1:ssm_1a Run: 1 Event: 1
Q1 with identifier 11
%MSG
%MSG-i timer: UTC_Q1:ssm_1a Run: 1 Event: 1
Q1 timer with identifier 11
%MSG
%MSG-i trace: UTC_Q1:ssm_1a Run: 1 Event: 1
Q1 trace with identifier 11
%MSG
%MSG-i cat_A: UTC_Q2:ssm_2a Run: 1 Event: 1
Q2 with identifier 21
%MSG
%MSG-i timer: UTC_Q2:ssm_2a Run: 1 Event: 1
Q2 timer with identifier 21
%MSG
%MSG-i trace: UTC_Q2:ssm_2a Run: 1 Event: 1
Q2 trace with identifier 21
%MSG
%MSG-i cat_A: UTC_Q1:ssm_1b Run: 1 Event: 1
Q1 with identifier 12
%MSG
%MSG-i timer: UTC_Q1:ssm_1b Run: 1 Event: 1
Q1 timer with identifier 12
%MSG
%MSG-i trace: UTC_Q1:ssm_1b Run: 1 Event: 1
Q1 trace with identifier 12
%MSG
%MSG-i cat_A: UTC_Q2:ssm_2b Run: 1 Event: 1
Q2 with identifier 22
%MSG
%MSG-i timer: UTC_Q2:ssm_2b Run: 1 Event: 1
Q2 timer with identifier 22
%MSG
%MSG-i trace: UTC_Q2:ssm_2b Run: 1 Event: 1
Q2 trace with identifier 22
%MSG
%MSG-i cat_A: UTC_Q1:ssm_1c Run: 1 Event: 1
Q1 with identifier 13
%MSG
%MSG-i timer: UTC_Q1:ssm_1c Run: 1 Event: 1
Q1 timer with identifier 13
%MSG
%MSG-i trace: UTC_Q1:ssm_1c Run: 1 Event: 1
Q1 trace with identifier 13
%MSG
%MSG-i cat_A: UTC_Q2:ssm_2c Run: 1 Event: 1
Q2 with identifier 23
%MSG
%MSG-i timer: UTC_Q2:ssm_2c Run: 1 Event: 1
Q2 timer with identifier 23
%MSG
%MSG-i trace: UTC_Q2:ssm_2c Run: 1 Event: 1
Q2 trace with identifier 23
%MSG
=============================================
MessageLogger Summary
type category sev module subroutine count total
---- -------------------- -- ------------------------- --------------------- ----- -----
1 cat_A -i UTC_Q1:ssm_1a 1 1
2 cat_A -i UTC_Q1:ssm_1b 1 1
3 cat_A -i UTC_Q1:ssm_1c 1 1
4 cat_A -i UTC_Q2:ssm_2a 1 1
5 cat_A -i UTC_Q2:ssm_2b 1 1
6 cat_A -i UTC_Q2:ssm_2c 1 1
7 FwkReport -f AfterSource 1 1
8 timer -i <Any Module> <Any Function> 6 6
9 trace -i <Any Module> <Any Function> 6 6
type category Examples: run/evt run/evt run/evt
---- -------------------- ---------------- ---------------- ----------------
1 cat_A 1/1
2 cat_A 1/1
3 cat_A 1/1
4 cat_A 1/1
5 cat_A 1/1
6 cat_A 1/1
7 FwkReport AfterSource
Severity # Occurrences Total Occurrences
-------- ------------- -----------------
Info 18 18
FwkInfo 1 1
dropped waiting message count 0
|