aboutsummaryrefslogtreecommitdiff
path: root/zenserver/testing/launch.h
Commit message (Collapse)AuthorAgeFilesLines
* Merged main.Per Larsson2021-12-141-3/+13
|\
| * Missing includesMartin Ridgers2021-11-031-0/+2
| |
| * Wrapped /apply/ and /exec/ services in a ZEN_WITH_COMPUTE_SERVICES defineMartin Ridgers2021-11-031-0/+8
|/
* Changed logging implementationStefan Boberg2021-09-151-1/+3
| | | | | | * Code should no longer directly `#include spdlog/spdlog.h`, instead use `#include <zencore/logging.h>` * Instead of explicit calls to `spdlog::info(...)` and such please use the logging macros defined in `zencore/logging.h`. I.e `ZEN_INFO`, `ZEN_DEBUG`, `ZEN_TRACE`, `ZEN_ERROR`, `ZEN_CRITITCAL` * The macros will pick up the "most local" logger via a `Log()` call to retrieve a logger instance. To override the default logger in a class please implement your own `Log()` function
* Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ↵Stefan Boberg2021-09-151-1/+1
| | | | easier to tweak implementation
* Changed so more loggers go via the zen::loggers interfaceStefan Boberg2021-09-151-1/+1
|
* Factored out http server related code into zenhttp module since it feels out ↵Stefan Boberg2021-09-091-1/+1
| | | | of place in zencore
* Launch sandbox directory is now dynamic and configured from the main serverStefan Boberg2021-06-201-4/+9
| | | | Also added some debug logging
* Adding zenservice codeStefan Boberg2021-05-111-0/+31