Add ConsoleLog class and ILogBackend interface.
This commit is contained in:
parent
91ed7e36cd
commit
052290d0e9
7 changed files with 232 additions and 91 deletions
|
@ -10,7 +10,9 @@ set(HEADERS
|
|||
src/Cpu.h
|
||||
src/interfaces/IClientListener.h
|
||||
src/interfaces/IJobResultListener.h
|
||||
src/interfaces/ILogBackend.h
|
||||
src/interfaces/IWorker.h
|
||||
src/log/ConsoleLog.h
|
||||
src/log/Log.h
|
||||
src/Mem.h
|
||||
src/net/Client.h
|
||||
|
@ -45,6 +47,7 @@ set(HEADERS_CRYPTO
|
|||
|
||||
set(SOURCES
|
||||
src/App.cpp
|
||||
src/log/ConsoleLog.cpp
|
||||
src/log/Log.cpp
|
||||
src/Mem.cpp
|
||||
src/net/Client.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue