So I'm struggling with the PHP side of things, and I'm trying to use self::trace/warn/error to figure out the sequence of calls and why my variables do not cooperate.
My game actually does not start, it just blurts the PHP errors in big in-my-face red bars and on the right-hand-side column, then stalls, no display of the interface. I know what it complains about but not why, so I added some logging code to trace the flow of execution and dump key variables...
Only problem is - no idea where the log messages go:
- don't show up as in-my-face error bars
- don't show up on the right-hand-side column
- logs in the game page seem empty
So I need to use some reliable !@##$% logging mechanism. The back-office just mentions logs to be deprecated, and that gameserver and HTTP log now appear in red bars. They don't in my case (?!).
Any hint ?
Thanks in advance,
Pierre
My game actually does not start, it just blurts the PHP errors in big in-my-face red bars and on the right-hand-side column, then stalls, no display of the interface. I know what it complains about but not why, so I added some logging code to trace the flow of execution and dump key variables...
Only problem is - no idea where the log messages go:
- don't show up as in-my-face error bars
- don't show up on the right-hand-side column
- logs in the game page seem empty
So I need to use some reliable !@##$% logging mechanism. The back-office just mentions logs to be deprecated, and that gameserver and HTTP log now appear in red bars. They don't in my case (?!).
Any hint ?
Thanks in advance,
Pierre