C++ knowledgefamiliarity with Sourcetrail codebaseunderstanding of preference system
新手友好度1-100 的估计分数,表示该议题对首次贡献者的友好程度。
40
研究方向
Examine the existing logging mechanism in Sourcetrail's source code, e.g., see how logging is currently done in files like 'lib/logger/LogManager.h'. Look at the preferences system (possibly in 'lib/utility/Preferences.h') to understand how to add a new preference for log level. Check the CLI argument parsing code (e.g., 'src/main.cpp' or similar) to see how to add a new command line option. Review any existing discussions in the issue comments for implementation hints.