chomik 0.2.1
experimental and minimalistic programming language

My name is Pawel Biernacki.
I am a software engineer.
This site is my hobby project.

Loading...
Searching...
No Matches
http_chomik.h File Reference
#include "chomik.h"
#include <regex>
Include dependency graph for http_chomik.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  http_chomik::machine
 
class  http_chomik::wrapper_base
 
class  http_chomik::server
 
class  http_chomik::wrapper< SERVER_CLASS >
 

Namespaces

namespace  http_chomik
 

Macros

#define HTTP_CHOMIK_PRODUCTION
 
#define HTTP_CHOMIK_LOG_ERROR(X)
 
#define HTTP_CHOMIK_LOG_NOTICE(X)
 

Macro Definition Documentation

◆ HTTP_CHOMIK_LOG_ERROR

#define HTTP_CHOMIK_LOG_ERROR ( X)
Value:
{ \
std::stringstream s; \
s << X; \
syslog (LOG_PERROR, s.str().c_str()); \
}

◆ HTTP_CHOMIK_LOG_NOTICE

#define HTTP_CHOMIK_LOG_NOTICE ( X)
Value:
{ \
std::stringstream s; \
s << X; \
syslog (LOG_NOTICE, s.str().c_str()); \
}

◆ HTTP_CHOMIK_PRODUCTION

#define HTTP_CHOMIK_PRODUCTION

copyright by Pawel Biernacki

Vantaa 2022