[DiscordArchive] Quick question how do I print some debug text to the worldserver console in C++?
[DiscordArchive] Quick question how do I print some debug text to the worldserver console in C++?
Archived author: ritzmenardi • Posted: 2023-06-15T22:16:22.450000+00:00
Original source
Quick question how do I print some debug text to the worldserver console in C++?
Archived author: Honey • Posted: 2023-06-15T22:19:16.045000+00:00
Original source
You can use loggers, e.g.
LOG_ERROR or LOG_INFO and setup to respecting loggers/appenders in the module or worldserver conf.
Archived author: ritzmenardi • Posted: 2023-06-15T22:19:44.994000+00:00
Original source
Okay thank you!