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
|
%MSG-w cat_A: UnitTestClient_G:sendSomeMessages Run: 1 Event: 1
Test of std::setprecision(p): Pi with precision 12 is 3.14159265359
%MSG
%MSG-w cat_C: UnitTestClient_G:sendSomeMessages Run: 1 Event: 1
Emit Warning level message 1
%MSG
%MSG-w cat_C: UnitTestClient_G:sendSomeMessages Run: 1 Event: 1
Emit Warning level message 2
%MSG
%MSG-w cat_C: UnitTestClient_G:sendSomeMessages Run: 1 Event: 1
Emit Warning level message 3
%MSG
%MSG-w cat_C: UnitTestClient_G:sendSomeMessages Run: 1 Event: 1
Emit Warning level message 6
%MSG
%MSG-w cat_C: UnitTestClient_G:sendSomeMessages Run: 1 Event: 1
Emit Warning level message 9
%MSG
%MSG-w cat_C: UnitTestClient_G:sendSomeMessages Run: 1 Event: 1
Emit Warning level message 15
%MSG
=============================================
MessageLogger Summary
type category sev module subroutine count total
---- -------------------- -- ------------------------- --------------------- ----- -----
1 cat_A -w UnitTestClient_G:sendSome 1 1
2 cat_C -w UnitTestClient_G:sendSome 15* 15
* 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
2 cat_C 1/1 1/1 1/1
Severity # Occurrences Total Occurrences
-------- ------------- -----------------
Warning 16 16
dropped waiting message count 0
|