Searched refs:poorman_log (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/poorman/
H A DPoorManLogger.h18 void poorman_log(
25 void poorman_log(
H A DPoorManLogger.cpp23 poorman_log(const char* msg, bool needTimeHeader, function
H A DPoorManServer.cpp90 poorman_log("no web directory, can't start up.\n", false, NULL, RED);
118 poorman_log("can't create listener thread.\n", false, NULL, RED);
413 poorman_log(log.String(), true, &hc->client_addr);
437 poorman_log(log.String(), true, &hc->client_addr, RED);
H A DPoorManWindow.cpp700 poorman_log(B_TRANSLATE("Starting up... "));
707 poorman_log(B_TRANSLATE("done.\n"), false, NULL, GREEN);
719 poorman_log(B_TRANSLATE("Shutting down.\n"));
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c396 poorman_log("can't create socket.\n", false, NULL, RED);
413 poorman_log("can't bind to socket.\n", false, NULL, RED);
423 poorman_log("can't listen to socket.\n", false, NULL, RED);
2754 poorman_log(logString, true, &hc->client_addr, RED);
2792 poorman_log(logString, true, &hc->client_addr, BLACK);
3697 poorman_log(logString, true, &hc->client_addr, RED);

Completed in 67 milliseconds