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