Home › Forums › GAMES102 几何建模与处理 › 这套框架有没有log功能 This topic has 2 replies, 3 voices, and was last updated 4 years, 1 month ago by Ubpa. Viewing 2 reply threads Author Posts 2020年10月17日 at 下午9:59 #7215 Score: 0 tk100pParticipant 请问这套框架有没有log功能,在做作业1的最小二乘法时想知道优化后的结果,方便调试 2020年10月18日 at 下午4:31 #7226 Score: 0 小铁匠Participant 在imgui_demo.cpp中提供了一种widget可以用来显示log,该widget的名称是ExampleAppLog,原github链接为https://github.com/ocornut/imgui/issues/300,可以把ExampleAppLog这个结构体拷贝到CanvasSystem.cpp当中,使用类似于imgui_demo.cpp中对于该类型的使用方法,可以输出如附件图所示的log信息。 Attachments:You must be logged in to view attached files. 2020年10月18日 at 下午5:49 #7229 Score: 0 UbpaKeymaster 框架支持 spdlog 如 spdlog::info(“hello world!”); Author Posts Viewing 2 reply threads You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In