Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 nekotools 服务器进行开发时,我会在控制台中收到所有消息。是否可以在服务器上的 Apache 日志中激活这些消息以进行调试?
回答自己的问题,因为还没有答案。
在我发现的 Haxe API 中neko.Web.logMessage(msg:String):Void,它允许将自定义消息发送到网络服务器文件日志。不完全是我想要的。
neko.Web.logMessage(msg:String):Void