mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-07-19 05:24:59 -04:00
refactor: Extract performance logging to separate class (#124)
This should not be responsibility of LLMClientInterface. Extracting this class also adds flexibility to silence logging output in tests.
This commit is contained in:
committed by
GitHub
parent
7dd8b3d085
commit
ed59be4199
@ -1,6 +1,9 @@
|
||||
add_library(QodeAssistLogger STATIC
|
||||
EmptyRequestPerformanceLogger.hpp
|
||||
IRequestPerformanceLogger.hpp
|
||||
Logger.cpp
|
||||
Logger.hpp
|
||||
RequestPerformanceLogger.hpp RequestPerformanceLogger.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(QodeAssistLogger
|
||||
|
Reference in New Issue
Block a user