FBB::level(3bobcat) | Log-manipulator | FBB::level(3bobcat) |
FBB::level - Manipulator setting the log-level of FBB::Log objects
#include <bobcat/level>
Linking option: -lbobcat
An FBB::level object is used to change the log-level of FBB::Log objects. It may be inserted into an empty FBB::Log object (i.e., immediately before a time stamp might be inserted by the FBB::Log object itself). This is the case after terminating a log message using a std::endl or \n character.
FBB
All constructors, members, operators and manipulators, mentioned in this
man-page, are defined in the namespace FBB.
-
FBB::Log log;
log << FBB::level(3) << "Message at level 3\n";
bobcat/level - defines the class interface.
None Reported.
Bobcat is an acronym of `Brokken’s Own Base Classes And Templates’.
This is free software, distributed under the terms of the GNU General Public License (GPL).
Frank B. Brokken (f.b.brokken@rug.nl).
2005-2018 | libbobcat-dev_4.08.06-x.tar.gz |