aboutsummaryrefslogtreecommitdiff
path: root/zenserver-test/projectclient.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Converted use of _format UDL to fmt::formatMartin Ridgers2022-01-101-4/+2
|
* Merged main.Per Larsson2021-12-141-8/+14
|\
| * Temporarily if-def'd out unused project clientMartin Ridgers2021-11-151-0/+4
| |
| * Wrapped Windows-specific include in if-def preprocessor blocksMartin Ridgers2021-11-021-1/+3
|/
* Changed logging implementationStefan Boberg2021-09-151-2/+2
| | | | | | * 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
* Marked up unused parameters to squelch warningsStefan Boberg2021-09-051-0/+2
|
* Adding zenservice codeStefan Boberg2021-05-111-0/+158