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

Method setLevel

src/error.cpp:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void LogMsg::setLevel(LogMsg::Level level) {
119 level_ = level;
120}
121
122void LogMsg::setHandler(LogMsg::Handler handler) {
123 handler_ = handler;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected