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
|
=============================================
MessageLogger Summary
type category sev module subroutine count total
---- -------------------- -- ------------------------- --------------------- ----- -----
1 FwkReport -f AfterSource 1* 1
2 cat_A -e UnitTestClient_B:sendSome 1 1
3 cat_B -e UnitTestClient_B:sendSome 1 1
* Some occurrences of this message were suppressed in all logs, due to limits.
type category Examples: run/evt run/evt run/evt
---- -------------------- ---------------- ---------------- ----------------
1 FwkReport AfterSource
2 cat_A 1/1
3 cat_B 1/1
Severity # Occurrences Total Occurrences
-------- ------------- -----------------
FwkInfo 1 1
Error 2 2
dropped waiting message count 0
=============================================
MessageLogger Summary
type category sev module subroutine count total
---- -------------------- -- ------------------------- --------------------- ----- -----
1 FwkReport -f AfterSource 1* 1
2 cat_A -e UnitTestClient_B:sendSome 2 2
3 cat_B -e UnitTestClient_B:sendSome 1 1
* Some occurrences of this message were suppressed in all logs, due to limits.
type category Examples: run/evt run/evt run/evt
---- -------------------- ---------------- ---------------- ----------------
1 FwkReport AfterSource
2 cat_A 1/2 1/2
3 cat_B 1/2
Severity # Occurrences Total Occurrences
-------- ------------- -----------------
FwkInfo 1 1
Error 3 3
dropped waiting message count 0
=============================================
MessageLogger Summary
type category sev module subroutine count total
---- -------------------- -- ------------------------- --------------------- ----- -----
1 FwkReport -f AfterSource 1* 1
2 cat_A -e UnitTestClient_B:sendSome 3 3
3 cat_B -e UnitTestClient_B:sendSome 1 1
* Some occurrences of this message were suppressed in all logs, due to limits.
type category Examples: run/evt run/evt run/evt
---- -------------------- ---------------- ---------------- ----------------
1 FwkReport AfterSource
2 cat_A 1/3 1/3 1/3
3 cat_B 1/3
Severity # Occurrences Total Occurrences
-------- ------------- -----------------
FwkInfo 1 1
Error 4 4
dropped waiting message count 0
=============================================
MessageLogger Summary
Severity # Occurrences Total Occurrences
-------- ------------- -----------------
dropped waiting message count 0
|