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
|
Begin processing the 1st record. Run 1, Event 1, LumiSection 1 on stream 0 at {Timestamp}
%MSG-e cat_A: UnitTestClient_Ad: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_Ad:sendSomeMessages Run: 1 Event: 1
LogError was used to send this other message
%MSG
%MSG-w cat_A: UnitTestClient_Ad:sendSomeMessages Run: 1 Event: 1
LogWarning was used to send this message
%MSG
%MSG-w cat_B: UnitTestClient_Ad:sendSomeMessages Run: 1 Event: 1
LogWarning was used to send this other message
%MSG
%MSG-i cat_A: UnitTestClient_Ad:sendSomeMessages Run: 1 Event: 1
LogInfo was used to send this message
%MSG
%MSG-i cat_B: UnitTestClient_Ad:sendSomeMessages Run: 1 Event: 1
LogInfo was used to send this other message
%MSG
Begin processing the 2nd record. Run 1, Event 2, LumiSection 1 on stream 0 at {Timestamp}
%MSG-e cat_A: UnitTestClient_Ad: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_Ad:sendSomeMessages Run: 1 Event: 2
LogError was used to send this other message
%MSG
%MSG-w cat_A: UnitTestClient_Ad:sendSomeMessages Run: 1 Event: 2
LogWarning was used to send this message
%MSG
%MSG-w cat_B: UnitTestClient_Ad:sendSomeMessages Run: 1 Event: 2
LogWarning was used to send this other message
%MSG
%MSG-i cat_A: UnitTestClient_Ad:sendSomeMessages Run: 1 Event: 2
LogInfo was used to send this message
%MSG
%MSG-i cat_B: UnitTestClient_Ad:sendSomeMessages Run: 1 Event: 2
LogInfo was used to send this other message
%MSG
|