From b3c6fcdf13608373edda9b9f837371389ef55607 Mon Sep 17 00:00:00 2001 From: Ian Tomalin Date: Thu, 17 Oct 2024 15:30:01 +0100 Subject: [PATCH] Added infos & warnings log files --- .../MessageService/test/unit_test_outputs/infos.log | 12 ++++++------ .../test/unit_test_outputs/warnings.log | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/FWCore/MessageService/test/unit_test_outputs/infos.log b/FWCore/MessageService/test/unit_test_outputs/infos.log index 3a90f780effd0..e6efe0b5e93fc 100644 --- a/FWCore/MessageService/test/unit_test_outputs/infos.log +++ b/FWCore/MessageService/test/unit_test_outputs/infos.log @@ -37,12 +37,12 @@ Test of std::setprecision(p): Pi with precision 12 is 3.14159265359 MessageLogger Summary - type category sev module subroutine count total - ---- -------------------- -- ---------------- ---------------- ----- ----- - 1 cat_B -i UnitTestClient_G 10* 10 - 2 FwkReport -f AfterSource 1 1 - 3 cat_A -w UnitTestClient_G 1 1 - 4 cat_C -w UnitTestClient_G 15* 15 + type category sev module subroutine count total + ---- -------------------- -- ------------------------- --------------------- ----- ----- + 1 cat_B -i UnitTestClient_G:sendSome 10* 10 + 2 FwkReport -f AfterSource 1 1 + 3 cat_A -w UnitTestClient_G:sendSome 1 1 + 4 cat_C -w UnitTestClient_G:sendSome 15* 15 * Some occurrences of this message were suppressed in all logs, due to limits. diff --git a/FWCore/MessageService/test/unit_test_outputs/warnings.log b/FWCore/MessageService/test/unit_test_outputs/warnings.log index 012fbb6be81bc..3b56f87f44f23 100644 --- a/FWCore/MessageService/test/unit_test_outputs/warnings.log +++ b/FWCore/MessageService/test/unit_test_outputs/warnings.log @@ -24,10 +24,10 @@ Test of std::setprecision(p): Pi with precision 12 is 3.14159265359 MessageLogger Summary - type category sev module subroutine count total - ---- -------------------- -- ---------------- ---------------- ----- ----- - 1 cat_A -w UnitTestClient_G 1 1 - 2 cat_C -w UnitTestClient_G 15* 15 + type category sev module subroutine count total + ---- -------------------- -- ------------------------- --------------------- ----- ----- + 1 cat_A -w UnitTestClient_G:sendSome 1 1 + 2 cat_C -w UnitTestClient_G:sendSome 15* 15 * Some occurrences of this message were suppressed in all logs, due to limits.