mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-11-22 18:42:46 -05: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