1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
%MSG-e cat_A: UnitTestClient_A:sendSomeMessages Run: 1 Event: 1
LogError was used to send this message-which is long enough to span lines but-will not be broken up by the logger any more
%MSG
%MSG-e cat_B: UnitTestClient_A:sendSomeMessages Run: 1 Event: 1
LogError was used to send this other message
%MSG
%MSG-w cat_A: UnitTestClient_A:sendSomeMessages Run: 1 Event: 1
LogWarning was used to send this message
%MSG
%MSG-w cat_B: UnitTestClient_A:sendSomeMessages Run: 1 Event: 1
LogWarning was used to send this other message
%MSG
%MSG-e cat_A: UnitTestClient_A:sendSomeMessages Run: 1 Event: 2
LogError was used to send this message-which is long enough to span lines but-will not be broken up by the logger any more
%MSG
%MSG-e cat_B: UnitTestClient_A:sendSomeMessages Run: 1 Event: 2
LogError was used to send this other message
%MSG
%MSG-w cat_A: UnitTestClient_A:sendSomeMessages Run: 1 Event: 2
LogWarning was used to send this message
%MSG
%MSG-w cat_B: UnitTestClient_A:sendSomeMessages Run: 1 Event: 2
LogWarning was used to send this other message
%MSG
|