Utilities.Logger.Sentry Logger.hxx cadex/Utilities/Logger.hxx. More...
Public Member Functions | |
__init__ (self, theHandler) | |
Constructor. | |
Utilities.Logger.Sentry Logger.hxx cadex/Utilities/Logger.hxx.
Helper class to unregister the handler from the logger upon own destruction.
Sentry implements the RAII pattern (Resource Acquisition Is Initialization) and is convenient when an handler's life span is limited to a scope, for example: