This is the complete list of members for UFileLogger, including all inherited members.
| _flush() | ULogger | protected |
| _write(const char *msg, va_list arg) | UFileLogger | inlineprivatevirtual |
| _writeStr(const char *msg) | UFileLogger | inlineprivatevirtual |
| append_ | ULogger | protectedstatic |
| bufferedMsgs_ | UFileLogger | private |
| eventLevel() | ULogger | inlinestatic |
| fileName_ | UFileLogger | private |
| flush() | ULogger | static |
| fout_ | UFileLogger | private |
| getInstance() | ULogger | protectedstatic |
| getRegisteredThreads() | ULogger | static |
| getTime(std::string &timeStr) | ULogger | static |
| getTreadIdFilter() | ULogger | inlinestatic |
| isBuffered() | ULogger | inlinestatic |
| isPrintColored() | ULogger | inlinestatic |
| isPrintEndLine() | ULogger | inlinestatic |
| isPrintLevel() | ULogger | inlinestatic |
| isPrintThreadId() | ULogger | inlinestatic |
| isPrintTime() | ULogger | inlinestatic |
| isPrintWhere() | ULogger | inlinestatic |
| isPrintWhereFullPath() | ULogger | inlinestatic |
| 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 | inlinestatic |
| logFileName_ | ULogger | protectedstatic |
| registerCurrentThread(const std::string &name) | ULogger | static |
| reset() | ULogger | static |
| setBuffered(bool buffered) | ULogger | static |
| setEventLevel(ULogger::Level eventSentLevel) | ULogger | inlinestatic |
| setLevel(ULogger::Level level) | ULogger | inlinestatic |
| setPrintColored(bool printColored) | ULogger | inlinestatic |
| setPrintEndline(bool printEndline) | ULogger | inlinestatic |
| setPrintLevel(bool printLevel) | ULogger | inlinestatic |
| setPrintThreadId(bool printThreadId) | ULogger | inlinestatic |
| setPrintTime(bool printTime) | ULogger | inlinestatic |
| setPrintWhere(bool printWhere) | ULogger | inlinestatic |
| setPrintWhereFullPath(bool printWhereFullPath) | ULogger | inlinestatic |
| setTreadIdFilter(const std::set< unsigned long > &ids) | ULogger | inlinestatic |
| setTreadIdFilter(const std::vector< std::string > &ids) | ULogger | static |
| setType(Type type, const std::string &fileName=kDefaultLogFileName, bool append=true) | ULogger | static |
| Type enum name | ULogger | |
| type() | ULogger | inlinestatic |
| UFileLogger(const std::string &fileName, bool append) | UFileLogger | inlineprotected |
| ULogger class | UFileLogger | friend |
| ULogger::ULogger() | ULogger | inlineprotected |
| unregisterCurrentThread() | ULogger | static |
| 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 | inlinevirtual |
| ~ULogger() | ULogger | protectedvirtual |