Query: level
OS: hpux
Section: 3bobcat
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FBB::level(3bobcat) Log-manipulator FBB::level(3bobcat)NAMEFBB::level - Manipulator setting the log-level of FBB::Log objectsSYNOPSIS#include <bobcat/level> Linking option: -lbobcatDESCRIPTIONAn 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., immedi- ately 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 character.NAMESPACEFBB All constructors, members, operators and manipulators, mentioned in this man-page, are defined in the namespace FBB.INHERITS FROM-CONSTRUCTORSo level(size_t nextLevel): The constructor is normally used in a insertion statement where it is inserted into an FBB::Log object. The copy constructor is available, but normally not used.OVERLOADED OPERATORo std::ostream &::operator<<(std::ostream &str, FBB::level const &): The std::ostream &str object should be an empty FBB::Log object. In that case the value stored in the FBB::level object is used to set the FBB::Log object's next message level. If the std::ostream object is not an FBB::Log object or if the object is not empty, the function returns str without further action.EXAMPLEFBB::Log log; log << FBB::level(3) << "Message at level 3 ";FILESbobcat/level - defines the class interface.SEE ALSObobcat(7), log(3bobcat)BUGSNone Reported.DISTRIBUTION FILESo bobcat_3.01.00-x.dsc: detached signature; o bobcat_3.01.00-x.tar.gz: source archive; o bobcat_3.01.00-x_i386.changes: change log; o libbobcat1_3.01.00-x_*.deb: debian package holding the libraries; o libbobcat1-dev_3.01.00-x_*.deb: debian package holding the libraries, headers and manual pages; o http://sourceforge.net/projects/bobcat: public archive location;BOBCATBobcat is an acronym of `Brokken's Own Base Classes And Templates'.COPYRIGHTThis is free software, distributed under the terms of the GNU General Public License (GPL).AUTHORFrank B. Brokken (f.b.brokken@rug.nl). libbobcat1-dev_3.01.00-x.tar.gz 2005-2012 FBB::level(3bobcat)
Related Man Pages |
---|
iostream(3bobcat) - debian |
level(3bobcat) - sunos |
iostream(3bobcat) - opendarwin |
level(3bobcat) - osx |
level(3bobcat) - linux |
Similar Topics in the Unix Linux Community |
---|
Change Log Manager 1.0.1 (Default branch) |
Change Log Manager 3.0.0 (Default branch) |
Log function. |