aboutsummaryrefslogtreecommitdiff
path: root/zenserver/diag/logging.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merged main.Per Larsson2021-12-141-3/+5
|\
| * ToUtf8() -> PathToUtf8() as the latter is less ambiguousMartin Ridgers2021-11-161-3/+3
| |
| * Missing includeMartin Ridgers2021-11-021-0/+1
| |
| * Fixed some assumptions that std::fs::path is a wchar_t under the hoodMartin Ridgers2021-11-011-3/+3
| |
| * Everywhere else has had VT100 support since 1978Martin Ridgers2021-11-011-0/+2
| |
* | log: improved log pattern for file log to make it easier to consume file ↵Stefan Boberg2021-11-031-1/+8
| | | | | | | | logs from servers
* | minor: comment editsStefan Boberg2021-10-181-2/+2
|/
* zencore: Enabled MSC warning 4668 to get warnings when preprocessor macros ↵Stefan Boberg2021-10-151-2/+3
| | | | | | | | are used without an explicit definition Also fixed up various code to compile with this, by using ZEN_THIRD_PARTY_INCLUDES_START/ZEN_THIRD_PARTY_INCLUDES_END macros Removed prewindows.h/postwindows.h since they are no longer to be used due to the above
* Only enable the MSVC debug output sink for sessions when the --debug mode is ↵Stefan Boberg2021-10-061-1/+1
| | | | | | enabled Previously it would always be enabled if an attached debugger was detected but it impacts performance quite severely so now it is opt-in
* Added option to specify path to logfile.Per Larsson2021-10-061-1/+2
|
* Added http_requests logger for (optionally) logging HTTP requestsStefan Boberg2021-09-261-0/+12
|
* Eliminated some redundant logger configurationStefan Boberg2021-09-171-2/+0
|
* Changed file logging to use a rotating log strategyStefan Boberg2021-09-171-1/+18
|
* clang-formatStefan Boberg2021-09-171-1/+11
|
* Moved zenserverprocess into zenutil/zenserverprocess.hStefan Boberg2021-09-171-0/+6
|
* Tweaked logging to streamline access, and simplified setup code for new loggersStefan Boberg2021-09-151-6/+9
|
* clang-formatStefan Boberg2021-09-091-2/+2
|
* Moved a bunch of logging code into zencoreStefan Boberg2021-09-081-40/+26
|
* Zen upstream support (#7)Per Larsson2021-09-031-0/+4
|
* Asynchronous upstream caching to JupiterPer Larsson2021-08-311-9/+55
| | | | Co-authored-by: Stefan Boberg <[email protected]>
* Added basic file loggingStefan Boberg2021-08-271-0/+9
|
* Adding zenservice codeStefan Boberg2021-05-111-0/+204