* * $Log$ * *
Definiert in Datei logmsg.h.
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
| #define | LOG_ERROR 0x0001 |
| #define | LOG_WARN 0x0002 |
| #define | LOG_STARTUP 0x0004 |
| #define | LOG_CONFIG 0x0008 |
| #define | LOG_STATION 0x0010 |
| #define | LOG_SHOUTCAST 0x0020 |
| #define | LOG_USERIF 0x0040 |
| #define | LOG_HTTPD 0x0080 |
| #define | LOG_XMLRD 0x0100 |
| #define | LOG_XMLCD 0x0200 |
| #define | LOG_ENABLE (LOG_ERROR | LOG_WARN | LOG_USERIF) |
Funktionen | |
| void | LogMsg (u_int type, CONST char *fmt,...) |
| #define LOG_ERROR 0x0001 |
Definiert in Zeile 47 der Datei logmsg.h.
Wird benutzt von HttpServerStart(), main(), ReceiverPlugInControl(), ShoutCastThread(), UserIfThread(), XmlCmdService(), XmlProcessCommands() und XmlServerStart().
| #define LOG_WARN 0x0002 |
Definiert in Zeile 48 der Datei logmsg.h.
Wird benutzt von main(), ReceiverStart(), Service(), ShoutCastThread(), TcpHostConnect(), TcpStreamAccept() und XmlRepoService().
| #define LOG_STARTUP 0x0004 |
Definiert in Zeile 49 der Datei logmsg.h.
Wird benutzt von InitEthernetDevice(), main() und QueryTimeServer().
| #define LOG_CONFIG 0x0008 |
Definiert in Zeile 50 der Datei logmsg.h.
Wird benutzt von ConfigLoad(), ConfigResetFactory(), ConfigSave(), FavListCopy(), FavListLoad(), FavListSave(), FavListSearch() und FavListSet().
| #define LOG_STATION 0x0010 |
Definiert in Zeile 51 der Datei logmsg.h.
Wird benutzt von main(), OpenTcpStream(), ShoutCastGetPlayList(), StationConnect() und StationDisconnect().
| #define LOG_SHOUTCAST 0x0020 |
Definiert in Zeile 52 der Datei logmsg.h.
Wird benutzt von OpenTcpStream(), ProcessMetaData(), ShoutCastAddStation(), ShoutCastGetPlayList(), ShoutCastGetStationList() und ShoutCastThread().
| #define LOG_USERIF 0x0040 |
| #define LOG_HTTPD 0x0080 |
Definiert in Zeile 54 der Datei logmsg.h.
Wird benutzt von AddStationUris(), CgiSettings(), HttpServerStart(), Service() und XmlCmdService().
| #define LOG_XMLRD 0x0100 |
| #define LOG_XMLCD 0x0200 |
Definiert in Zeile 56 der Datei logmsg.h.
Wird benutzt von XmlCmdService(), XmlProcessCommands() und XmlServerStart().
| #define LOG_ENABLE (LOG_ERROR | LOG_WARN | LOG_USERIF) |
| void LogMsg | ( | u_int | type, | |
| CONST char * | fmt, | |||
| ... | ||||
| ) |