#include <MessageLogger.h>
Public Member Functions | |
LogDebug_ ()=default | |
LogDebug_ (Log< level::Debug, false > const &iOther) | |
LogDebug_ (std::string_view id, std::string_view file, int line) | |
Public Member Functions inherited from edm::Log< level::Debug, false > | |
ThisLog & | format (std::string_view fmt, Args const &... args) |
ThisLog & | log (F &&iF) |
Log (std::string_view id) | |
Log (ThisLog &&)=default | |
Log (ThisLog const &)=delete | |
ThisLog & | operator<< (std::ios_base &(*f)(std::ios_base &)) |
ThisLog & | operator<< (std::ostream &(*f)(std::ostream &)) |
ThisLog & | operator<< (T const &t) |
Log & | operator= (ThisLog &&)=default |
Log & | operator= (ThisLog const &)=delete |
~Log ()=default | |
Private Member Functions | |
std::string_view | stripLeadingDirectoryTree (std::string_view file) const |
Additional Inherited Members | |
Public Types inherited from edm::Log< level::Debug, false > | |
using | ThisLog = Log< level::Debug, VERBATIM > |
Protected Member Functions inherited from edm::Log< level::Debug, false > | |
Log ()=default | |
Log (std::nullptr_t, ThisLog const &iOther) | |
Definition at line 138 of file MessageLogger.h.
|
default |
|
explicit |
Definition at line 55 of file MessageLogger.cc.
References FrontierConditions_GlobalTag_cff::file, mps_splice::line, and stripLeadingDirectoryTree().
|
inline |
Definition at line 143 of file MessageLogger.h.
|
private |
Definition at line 59 of file MessageLogger.cc.
References FrontierConditions_GlobalTag_cff::file.
Referenced by LogDebug_().