This is the complete list of members for
ULogger, including all inherited members.
_flush() | ULogger | [protected] |
_write(const char *msg, va_list arg) | ULogger | [inline, private, virtual] |
_writeStr(const char *msg) | ULogger | [inline, private, virtual] |
append_ | ULogger | [protected, static] |
buffered_ | ULogger | [private, static] |
bufferedMsgs_ | ULogger | [private, static] |
createInstance() | ULogger | [private, static] |
destroyer_ | ULogger | [private, static] |
eventLevel() | ULogger | [inline, static] |
eventLevel_ | ULogger | [private, static] |
exitingState_ | ULogger | [private, static] |
exitLevel() | ULogger | [inline, static] |
exitLevel_ | ULogger | [private, static] |
flush() | ULogger | [static] |
getInstance() | ULogger | [protected, static] |
getTime(std::string &timeStr) | ULogger | [static] |
instance_ | ULogger | [private, static] |
isBuffered() | ULogger | [inline, static] |
isPrintColored() | ULogger | [inline, static] |
isPrintEndLine() | ULogger | [inline, static] |
isPrintLevel() | ULogger | [inline, static] |
isPrintTime() | ULogger | [inline, static] |
isPrintWhere() | ULogger | [inline, static] |
isPrintWhereFullPath() | ULogger | [inline, static] |
kDebug enum value | ULogger | |
kDefaultLogFileName | ULogger | [static] |
kError enum value | ULogger | |
kFatal enum value | ULogger | |
kInfo enum value | ULogger | |
kTypeConsole enum value | ULogger | |
kTypeFile enum value | ULogger | |
kTypeNoLog enum value | ULogger | |
kWarning enum value | ULogger | |
Level enum name | ULogger | |
level() | ULogger | [inline, static] |
level_ | ULogger | [private, static] |
levelName_ | ULogger | [private, static] |
limitWhereLength_ | ULogger | [private, static] |
logFileName_ | ULogger | [protected, static] |
loggerMutex_ | ULogger | [private, static] |
printColored_ | ULogger | [private, static] |
printEndline_ | ULogger | [private, static] |
printLevel_ | ULogger | [private, static] |
printTime_ | ULogger | [private, static] |
printWhere_ | ULogger | [private, static] |
printWhereFullPath_ | ULogger | [private, static] |
reset() | ULogger | [static] |
setBuffered(bool buffered) | ULogger | [static] |
setEventLevel(ULogger::Level eventSentLevel) | ULogger | [inline, static] |
setExitLevel(ULogger::Level exitLevel) | ULogger | [inline, static] |
setLevel(ULogger::Level level) | ULogger | [inline, static] |
setPrintColored(bool printColored) | ULogger | [inline, static] |
setPrintEndline(bool printEndline) | ULogger | [inline, static] |
setPrintLevel(bool printLevel) | ULogger | [inline, static] |
setPrintTime(bool printTime) | ULogger | [inline, static] |
setPrintWhere(bool printWhere) | ULogger | [inline, static] |
setPrintWhereFullPath(bool printWhereFullPath) | ULogger | [inline, static] |
setType(Type type, const std::string &fileName=kDefaultLogFileName, bool append=true) | ULogger | [static] |
type() | ULogger | [inline, static] |
Type enum name | ULogger | |
type_ | ULogger | [private, static] |
UDestroyer< ULogger > class | ULogger | [friend] |
ULogger() | ULogger | [inline, protected] |
write(const char *msg,...) | ULogger | [static] |
write(ULogger::Level level, const char *file, int line, const char *function, const char *msg,...) | ULogger | [static] |
~ULogger() | ULogger | [protected, virtual] |