Skip to content

Message: Add option to print full event ID

Frank Winklmeier requested to merge fwinkl/Gaudi:messagesvc_eventid into master

Add the E format specifier to print the full EventIDBase of the event where the Message was emitted. E.g. the following

   MessageSvc.Format = "% F%40W%S%4W%s%e%7W%R%T %0W%M %E"

will result in [run,event,...] being appended to each message.

Also cleaned up some of the formatting code and its documentation.

Edited by Frank Winklmeier

Merge request reports