Closed swebb2066 closed 2 months ago
This PR adds add{Fatal|Error|Warn}Event Logger methods.
add{Fatal|Error|Warn}Event
The new methods avoid a shared_ptr reference count bump required by the Level::get{Fatal|Error|Warn} call.
Level::get{Fatal|Error|Warn}
This PR adds
add{Fatal|Error|Warn}Event
Logger methods.The new methods avoid a shared_ptr reference count bump required by the
Level::get{Fatal|Error|Warn}
call.