Commit graph

11 commits

Author SHA1 Message Date
_BLU
d4e23d1170 Improved config 2022-11-26 23:25:02 +01:00
_BLU
416af33219 Fixed linux log module name 2022-11-25 01:54:54 +01:00
_BLU
a72ab4cc58 More precise timestamps in DEBUG build 2022-11-25 00:19:47 +01:00
_BLU
766dcc1150 Add logging fastpath when using debugger 2022-11-18 14:44:11 +01:00
_BLU
b9bb791299
Implement changing realm (#65) 2022-06-13 01:37:24 +03:00
_BLU
6e61b5cf77 Added network direction in log 2022-06-01 13:16:56 +02:00
_BLU
5212e65d53 Display two hour digits in log 2022-05-27 10:38:40 +02:00
_BLU
b871ed8e65 Improved logging throughput
Make use of `BlockingCollection.GetConsumingEnumerable()` to get a "real time" logging system.
The previously used `Thread.Sleep(1);` waits for >16ms on windows which causes significant delays.
Especially skewed output from `DateTime.Now` if a lot of messages are logged.
2022-05-24 15:11:28 +02:00
ratkosrb
f793219719 Put debug logging behind config option. 2022-03-08 18:16:34 +02:00
ratkosrb
6d3c72807c We are in world! 2022-02-05 02:41:41 +02:00
ratkosrb
0b47713d26 Add BnetServer from CypherCore. 2022-01-29 16:44:34 +02:00