// Management · RimWorld Mod
RimError
是不是有的人已经习惯了一有红字就心神不宁,然后开始排查bug? 为了帮助戒断这种反应,我决定制作一个mod,在随机时间log.
是不是有的人已经习惯了一有红字就心神不宁,然后开始排查bug?
为了帮助戒断这种反应,我决定制作一个mod,在随机时间log.wring/error并且随机使用空引用异常/方法缺失/参数缺失/xml error 作为异常值. 权重还可以自己调为9:3:3:1(笑)
当然, 日志类型是error 还是warning可以自己选择
灵感源于神之手的 只有红字你才知道你玩的是环
内置中文翻译.
// 下面内容为AI翻译成的英文
Are some people already accustomed to feeling anxious as soon as they see red errors, and immediately start troubleshooting?
To help break this reaction, I decided to make a mod that log.warning/error at random intervals, using random exceptions such as null reference, missing method, missing argument, or XML error as the error values.
Plus, you can choose whether the output is an error or a warning.
Q&A
CE?
理论上全部兼容, 我只动了日志.
性能消耗
理论上很小, 我只动了日志.