1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Begin processing the 1st record. Run 1, Event 1, LumiSection 1 on stream 0 at {Timestamp}
%MSG-s system: UnitTestClient_M:sendSomeMessages Run: 1 Event: 1
Text sent to LogSystem
%MSG
Text sent to LogAbsolute - should be unformatted
Text sent to LogProblem - should be unformatted
Text sent to LogPrint- should be unformatted
Text sent to LogVerbatim - should be unformatted
Begin processing the 2nd record. Run 1, Event 2, LumiSection 1 on stream 0 at {Timestamp}
%MSG-s system: UnitTestClient_M:sendSomeMessages Run: 1 Event: 2
Text sent to LogSystem
%MSG
Text sent to LogAbsolute - should be unformatted
Text sent to LogProblem - should be unformatted
Text sent to LogPrint- should be unformatted
Text sent to LogVerbatim - should be unformatted
|