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.
我想将 Kryonet 的控制台日志作为字符串获取,以便我可以在 TextArea 中显示它。现在我的问题是,有没有办法做到这一点?
我被这个问题困住了..
任何建议将不胜感激。谢谢
来自Kryonet 文档:
KryoNet 利用低开销、轻量级的MinLog 日志库。
所以看MinLog,它只是一个源文件,你只需要扩展Logger覆盖print方法,然后调用
Logger
print
Log.setLogger(new DifferentLoggerImplementation());