, including all inherited members.
| add(const std::string &selector, FILE *fp=stdout, LogSelectorTimestamp lt=LOG_TIMESTAMP_DISABLED, LogSelectorName ln=LOG_NAME_DISABLED, LogSelectorThreadId ltid=LOG_THREADID_DISABLED, LogSelectorOutput lso=LOG_FPRINTF) | Log | [static] |
| autoAdd(const std::string &subselector, FILE *fp=stdout, LogSelectorTimestamp lt=LOG_TIMESTAMP_EPOCH, LogSelectorName ln=LOG_NAME_ENABLED, LogSelectorThreadId ltid=LOG_THREADID_ENABLED, LogSelectorOutput lso=LOG_FPRINTF) | Log | [static] |
| autoAddAll(FILE *fp=stdout, LogSelectorTimestamp lt=LOG_TIMESTAMP_EPOCH, LogSelectorName ln=LOG_NAME_ENABLED, LogSelectorThreadId ltid=LOG_THREADID_ENABLED, LogSelectorOutput lso=LOG_FPRINTF) | Log | [static] |
| binaryLog(log_id_t id, const std::string &log_type, const std::string &serializedObj, log_level_t level=DEFAULT_LEVEL) | Log | [static] |
| binaryLog(log_id_t id, const mace::BinaryLogObject &object, log_level_t level=DEFAULT_LEVEL) | Log | [static] |
| configure() | Log | [static] |
| DEFAULT_LEVEL | Log | [static] |
| disableDefaultError() | Log | [inline, static] |
| disableDefaultWarning() | Log | [inline, static] |
| disableLogging() | Log | [static] |
| enableLogging() | Log | [static] |
| endl | Log | [static] |
| err() | Log | [inline, static] |
| flush(MaceOutputStream &s) | Log | [static] |
| getId(const std::string &selector) | Log | [static] |
| getLevel() | Log | [inline, static] |
| info() | Log | [inline, static] |
| log(log_id_t id, log_level_t level=DEFAULT_LEVEL) | Log | [static] |
| log(const std::string &selector, log_level_t level=DEFAULT_LEVEL) | Log | [static] |
| log(log_id_t id, const std::string &message) | Log | [inline, static] |
| log(log_id_t id, log_level_t level, const std::string &message) | Log | [static] |
| log(const std::string &selector, const std::string &message) | Log | [inline, static] |
| log(const std::string &selector, log_level_t level, const std::string &message) | Log | [static] |
| log(log_id_t id, log_level_t level, const char *message) | Log | [static] |
| log(const std::string &selector, const char *message) | Log | [inline, static] |
| log(const std::string &selector, log_level_t level, const char *message) | Log | [static] |
| logf(log_id_t id, const char *format...) __attribute__((format(printf | Log | [static] |
| logf(log_id_t id, log_level_t level, const char *format...) __attribute__((format(printf | Log | [static] |
| logf(const std::string &selector, const char *format...) __attribute__((format(printf | Log | [static] |
| logf(const std::string &selector, log_level_t level, const char *format...) __attribute__((format(printf | Log | [static] |
| logToFile(const std::string &path, const std::string &selector, const char *mode="w", LogSelectorTimestamp sts=LOG_TIMESTAMP_EPOCH, LogSelectorName sn=LOG_NAME_DISABLED, LogSelectorThreadId stid=LOG_THREADID_DISABLED) | Log | [static] |
| MAX_LEVEL | Log | [static] |
| nolog() | Log | [inline, static] |
| nologf() | Log | [inline, static] |
| NULL_ID | Log | [static] |
| openLogFile(const std::string &path, const char *mode="a") | Log | [static] |
| perror(const std::string &s) | Log | [static] |
| remove(const std::string &selector, FILE *fp=stdout) | Log | [static] |
| removeAll(const std::string &selector) | Log | [static] |
| setLevel(log_level_t l=DEFAULT_LEVEL) | Log | [inline, static] |
| StreamMap typedef | Log | |
| toHex(const std::string &s) | Log | [static] |
| warn() | Log | [inline, static] |
| writeBinaryLog(log_id_t id, const LogSelector *sel, const std::string &log_type, const std::string &serializedObj) | Log | [protected, static] |
| writeTextLog(const LogSelector *sel, const char *text) | Log | [protected, static] |