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
|
=============================================
MessageLogger Summary
type category sev module subroutine count total
---- -------------------- -- ------------------------- --------------------- ----- -----
1 cat_A -w UnitTestClient_A:sendSome 3* 3
2 cat_B -w UnitTestClient_A:sendSome 3* 3
3 cat_A -e UnitTestClient_A:sendSome 3 3
4 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 cat_A 1/1 1/2 1/3
2 cat_B 1/1 1/2 1/3
3 cat_A 1/1 1/2 1/3
4 cat_B 1/1 1/2 1/3
Severity # Occurrences Total Occurrences
-------- ------------- -----------------
Warning 6 6
Error 6 6
dropped waiting message count 0
|