PPPHP提供了日志方法,默认使用了Monolog的文件存储,你可以在配置文件中改用其他的日志存储 static public function debug ( $message ) static public function info ( $message ) static public function ...
日志输出 日志输出 有时,在你的游戏正在运行的时候,为了了解程序的运行过程或是为了查找一个 BUG,你想看到一些运行时信息,可以! 这个需求引擎已经考虑到了,使用 log() 可以把信息输出到控制台,这样使用: C++ // a simple string log ( "This would be outputted to the cons...