| 102 | void add_filter(LogFilter *filter, bool copy = true); |
| 103 | |
| 104 | inline void |
| 105 | set_fmt_timestamps() |
| 106 | { |
| 107 | m_flags |= LOG_OBJECT_FMT_TIMESTAMP; |
| 108 | } |
| 109 | |
| 110 | int log(LogAccess *lad, const char *text_entry = nullptr); |
| 111 |
no outgoing calls
no test coverage detected