5 #include <libutl/Array.h> 6 #include <libutl/IOmux.h> 7 #include <libutl/Mutex.h> 52 return getFlag(flg_owner);
59 setFlag(flg_owner, owner);
90 put(str +
'\n', category, level);
101 static void utl_deInit();
void putLine(const String &str, uint_t category=0, uint_t level=uint_t_max)
A front-end for put() which logs a newline after the given string.
void deInit()
De-initialize UTL++.
#define UTL_CLASS_DECL(DC, BC)
Declaration of standard UTL++ functionality for a non-template class.
Mix-in to provide 64-bits for space-efficient storage of up to 64 boolean flags.
LogMgr logMgr
Global instance of LogMgr.
unsigned int uint_t
Unsigned integer.
Manage application event logging.
const uint_t uint_t_max
Maximum uint_t value.
bool isOwner() const
Get the owner flag.
Root of UTL++ class hierarchy.
void setOwner(bool owner)
Set the owner flag.
void init()
Initialize UTL++.