CMS MessageLogger: Guide To Issuing Messages
Complete:
Goal of this page
This page describes the severity levels that various functions to issue messages will use.
Introduction
Each function to issue a message is associated with some severity level. Each level has a function that issues a message with a header (formatted), and a function that sends an unformatted form which just sends the string of the message without date, module, or other information.
Functions and Severities
Severity |
Formatted |
Unformatted |
DEBUG |
LogDebug |
LogTrace |
INFO |
edm::LogInfo |
edm::LogVerbatim |
WARNING |
edm::LogWarning |
edm::LogPrint |
ERROR |
edm::LogError |
edm::LogProblem |
|
|
edm::LogImportant |
SYSTEM |
edm::LogSystem |
edm::LogAbsolute |
Review status
--
MarkFischler - 31-Aug-2010