libsir 2.2.5
Standard Incident Reporter
|
The primary C++ interface to libsir. More...
The primary C++ interface to libsir.
Instantiate this class in order to access libsir with all the benefits of C++, including RAII initialization/cleanup, custom adapters, and more.
RAII | Set to true to enable 'resource acquisition is initialization' behavior (i.e., libsir is initialized by the ctor, and cleaned up by the dtor). Set to false for manual management of initialization/cleanup. |
TPolicy | A policy class which will be responsible for certain aspects of logger's behavior. |
TAdapters | One or more adapter classes whose public methods will be exposed by this class. |