libsir 2.2.5
Standard Incident Reporter
|
Provides a std::iostream interface to libsir's logging functions. More...
Provides a std::iostream interface to libsir's logging functions.
Enabled so long as SIR_NO_STD_IOSTREAM is not defined.
Implements a public std::ostream member for each available logging level (e.g. debug_stream, info_stream, ..., emerg_stream).
Example:
TPolicy | A derived class of policy which controls the behavior of logger and by association, its adapters. |