1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Begin processing the 1st record. Run 1, Event 1, LumiSection 1 on stream 0 at {Timestamp}
%MSG-w cat_A: UnitTestClient_D:sendSomeMessages Run: 1 Event: 1
This message should not appear in the framework job report
%MSG
%MSG-w special: UnitTestClient_D:sendSomeMessages Run: 1 Event: 1
This message should appear in restrict but the others should not
%MSG
Begin processing the 2nd record. Run 1, Event 2, LumiSection 1 on stream 0 at {Timestamp}
%MSG-w cat_A: UnitTestClient_D:sendSomeMessages Run: 1 Event: 2
This message should not appear in the framework job report
%MSG
%MSG-w special: UnitTestClient_D:sendSomeMessages Run: 1 Event: 2
This message should appear in restrict but the others should not
%MSG
|