Atozed Forums

Full Version: Where does LogMessage log messages?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Any details on the ServerController's LogMessage function? Any way to control where and how it logs?
It logs to <exename>.log and to the server monitor if this is enabled via ServerController.ServerMonitorOptions.Enabled
(10-23-2024, 05:16 PM)jeroen.rottink Wrote: [ -> ]It logs to <exename>.log and to the server monitor if this is enabled via ServerController.ServerMonitorOptions.Enabled

Thanks! It GPF'ed when I tried, I must have missed some setup for it. But I'm using my own logging, so it's not too important, just was curious.