poorman_log
void poorman_log(
void poorman_log(
poorman_log("can't create listener thread.\n", false, NULL, RED);
poorman_log(log.String(), true, &hc->client_addr);
poorman_log(log.String(), true, &hc->client_addr, RED);
poorman_log("no web directory, can't start up.\n", false, NULL, RED);
poorman_log(B_TRANSLATE("Starting up... "));
poorman_log(B_TRANSLATE("done.\n"), false, NULL, GREEN);
poorman_log(B_TRANSLATE("Shutting down.\n"));
poorman_log(logString, true, &hc->client_addr, RED);
poorman_log(logString, true, &hc->client_addr, BLACK);
poorman_log(logString, true, &hc->client_addr, RED);
poorman_log("can't create socket.\n", false, NULL, RED);
poorman_log("can't bind to socket.\n", false, NULL, RED);
poorman_log("can't listen to socket.\n", false, NULL, RED);