implemented ServerLogger colors
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
|
||||
#define LOGGER conn->server->logger
|
||||
#define LOG_FUNC conn->server->log_func
|
||||
#define LOG_CONTEXT log_ctx
|
||||
|
||||
declare_RequestHandler(ServerPublicInfo)
|
||||
{
|
||||
Deferral(4);
|
||||
logInfo(log_ctx, "requested %s", req_type_name);
|
||||
logInfo("requested %s", req_type_name);
|
||||
|
||||
// receive request
|
||||
ServerPublicInfoRequest req;
|
||||
|
||||
Reference in New Issue
Block a user