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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
Begin processing the 1st record. Run 1, Event 1, LumiSection 1 on stream 0 at {Timestamp}
%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-i cat_A: UnitTestClient_A:sendSomeMessages Run: 1 Event: 1
LogInfo was used to send this message
%MSG
%MSG-i cat_B: UnitTestClient_A: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_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
%MSG-i cat_A: UnitTestClient_A:sendSomeMessages Run: 1 Event: 2
LogInfo was used to send this message
%MSG
%MSG-i cat_B: UnitTestClient_A:sendSomeMessages Run: 1 Event: 2
LogInfo was used to send this other message
%MSG
Begin processing the 3rd record. Run 1, Event 3, LumiSection 1 on stream 0 at {Timestamp}
%MSG-e cat_A: UnitTestClient_A:sendSomeMessages Run: 1 Event: 3
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: 3
LogError was used to send this other message
%MSG
%MSG-w cat_A: UnitTestClient_A:sendSomeMessages Run: 1 Event: 3
LogWarning was used to send this message
%MSG
%MSG-w cat_B: UnitTestClient_A:sendSomeMessages Run: 1 Event: 3
LogWarning was used to send this other message
%MSG
%MSG-i cat_A: UnitTestClient_A:sendSomeMessages Run: 1 Event: 3
LogInfo was used to send this message
%MSG
%MSG-i cat_B: UnitTestClient_A:sendSomeMessages Run: 1 Event: 3
LogInfo was used to send this other message
%MSG
|