MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / LogMsg

Method LogMsg

src/error.cpp:106–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104LogMsg::Handler LogMsg::handler_ = LogMsg::defaultHandler;
105
106LogMsg::LogMsg(LogMsg::Level msgType) : msgType_(msgType) {
107}
108
109LogMsg::~LogMsg() {
110 if (msgType_ >= level_ && handler_)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected