This is the complete list of members for
UFileLogger, including all inherited members.
_flush() | ULogger | [protected] |
_write(const char *msg, va_list arg) | UFileLogger | [inline, private, virtual] |
_writeStr(const char *msg) | UFileLogger | [inline, private, virtual] |
append_ | ULogger | [protected, static] |
bufferedMsgs_ | UFileLogger | [private] |
eventLevel() | ULogger | [inline, static] |
fileName_ | UFileLogger | [private] |
flush() | ULogger | [static] |
fout_ | UFileLogger | [private] |
getInstance() | ULogger | [protected, static] |
getTime(std::string &timeStr) | ULogger | [static] |
isBuffered() | ULogger | [inline, static] |
isPrintColored() | ULogger | [inline, static] |
isPrintEndLine() | ULogger | [inline, static] |
isPrintLevel() | ULogger | [inline, static] |
isPrintThreadId() | 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] |
logFileName_ | ULogger | [protected, static] |
reset() | ULogger | [static] |
setBuffered(bool buffered) | ULogger | [static] |
setEventLevel(ULogger::Level eventSentLevel) | 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] |
setPrintThreadId(bool printThreadId) | 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 | |
UDestroyer< ULogger > class | ULogger | [friend] |
UFileLogger(const std::string &fileName, bool append) | UFileLogger | [inline, protected] |
ULogger class | UFileLogger | [friend] |
ULogger::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] |
~UFileLogger() | UFileLogger | [inline, virtual] |
~ULogger() | ULogger | [protected, virtual] |