15 : _logLevel (
LOG::
DEBUG), _logStream (std::cout),
16 _forceMultipleInit (false) {
22 : _logLevel (iLogParams._logLevel), _logStream (iLogParams._logStream),
23 _forceMultipleInit (iLogParams._forceMultipleInit) {
28 std::ostream& ioLogOutputStream,
29 const bool iForceMultipleInstance)
30 : _logLevel (iLogLevel), _logStream (ioLogOutputStream),
31 _forceMultipleInit (iForceMultipleInstance) {
45 const std::string isForcedStr = (_forceMultipleInit ==
true)?
" (forced)":
"";
46 std::ostringstream oStr;
53 std::ostringstream oStr;
Handle on the StdAir library context.
static const std::string _logLevels[LAST_VALUE]
const std::string describe() const
std::string toString() const
std::string toShortString() const
BasLogParams(const LOG::EN_LogLevel iLogLevel, std::ostream &ioLogOutputStream, const bool iForceMultipleInstance=false)