equal
deleted
inserted
replaced
|
1 #ifndef VMAILMGRD__DAEMON__LOG__H__ |
|
2 #define VMAILMGRD__DAEMON__LOG__H__ |
|
3 |
|
4 #include "fdbuf/fdbuf.h" |
|
5 #include "command.h" |
|
6 #include "misc/response.h" |
|
7 |
|
8 extern fdobuf& log(); |
|
9 extern void log(const char*); |
|
10 extern void logcommand(const command&); |
|
11 extern void logresponse(const response&); |
|
12 |
|
13 extern const mystring LOG_PASSWORD; |
|
14 extern const mystring LOG_NEWPASS; |
|
15 extern const mystring LOG_ADMINPASS; |
|
16 extern const mystring LOG_MESSAGE; |
|
17 |
|
18 #endif // VMAILMGRD__DAEMON__LOG__H__ |