#include <algorithm>#include <deque>#include <string>#include <string.h>#include "log_flags.h"


Go to the source code of this file.
Classes | |
| struct | MESSAGE_DESC |
| stores a message in memory, where it can be retrieved via RPC More... | |
Defines | |
| #define | __attribute__(x) |
Functions | |
| void | record_message (class PROJECT *p, int priority, int now, char *msg) |
| void | show_message (class PROJECT *p, char *message, int priority) |
| void | msg_printf (PROJECT *p, int priority, const char *fmt,...) __attribute__((format(printf |
| Show a message, preceded by timestamp and project name. | |
Variables | |
| std::deque< MESSAGE_DESC * > | message_descs |
| #define __attribute__ | ( | x | ) |
| void msg_printf | ( | PROJECT * | p, | |
| int | priority, | |||
| const char * | fmt, | |||
| ... | ||||
| ) |
Show a message, preceded by timestamp and project name.
| void record_message | ( | class PROJECT * | p, | |
| int | priority, | |||
| int | now, | |||
| char * | msg | |||
| ) |


| void show_message | ( | class PROJECT * | p, | |
| char * | message, | |||
| int | priority | |||
| ) |


| std::deque<MESSAGE_DESC*> message_descs |
1.5.6