1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
LogTrace was used to send this message
%MSG-d cat_B: UnitTestClient_Hd:sendSomeMessages Run: 1 Event: 1 UnitTestClient_Hd.cc:23
LogDebug was used to send this other message
%MSG
IfLogTrace was used to send this message
%MSG-d cat_B: UnitTestClient_Hd:sendSomeMessages Run: 1 Event: 1 UnitTestClient_Hd.cc:26
IfLogDebug was used to send this other message
%MSG
LogVerbatim was used to send this message
%MSG-i cat_B: UnitTestClient_Hd:sendSomeMessages Run: 1 Event: 1
LogInfo was used to send this other message
%MSG
LogTrace was used to send this message
%MSG-d cat_B: UnitTestClient_Hd:sendSomeMessages Run: 1 Event: 2 UnitTestClient_Hd.cc:23
LogDebug was used to send this other message
%MSG
IfLogTrace was used to send this message
%MSG-d cat_B: UnitTestClient_Hd:sendSomeMessages Run: 1 Event: 2 UnitTestClient_Hd.cc:26
IfLogDebug was used to send this other message
%MSG
LogVerbatim was used to send this message
%MSG-i cat_B: UnitTestClient_Hd:sendSomeMessages Run: 1 Event: 2
LogInfo was used to send this other message
%MSG
|