#include <iostream>
#include "Server/ArgsHandler.hpp"
#include "Server/Server.hpp"
#include "Utils/Logger.hpp"
Go to the source code of this file.
Functions | |
int | main (const int argc, const char *const argv[], const char *const env[]) |
int main | ( | const int | argc, |
const char *const | argv[], | ||
const char *const | env[] ) |
Definition at line 7 of file main.cpp.
References srv::ArgsConfig::exit, utl::Logger::init(), utl::Logger::log(), srv::ArgsHandler::ParseArgs(), srv::ArgsHandler::ParseEnv(), srv::Server::run(), and utl::WARNING.