Add log module (#17)
author강용구/Security Assurance Lab(SR)/삼성전자 <ygace.kang@samsung.com>
Thu, 16 Nov 2023 04:30:48 +0000 (13:30 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 16 Nov 2023 04:30:48 +0000 (13:30 +0900)
commit56699bb1de5f78bd0819bbe1fee2fa9340bceecd
tree140a2266074a85d0aefce216711e521f523a6e27
parent14dead430ad8b54c1b478dff1c8342258bcb6e32
Add log module (#17)

* Add log module
* Change log module in the client
* Change log module in the server
* Init testcode of client for check logging
* Add macro for naming log tag
* Modify macro name for distinguish with the client APIs
srcs/client/CMakeLists.txt
srcs/client/client-common.cpp [new file with mode: 0644]
srcs/client/client.cpp
srcs/common/CMakeLists.txt
srcs/common/singleton.cpp [new file with mode: 0644]
srcs/common/singleton.h [new file with mode: 0644]
srcs/common/webauthn-log.cpp [new file with mode: 0644]
srcs/common/webauthn-log.h [new file with mode: 0644]
srcs/server/main.cpp
tests/CMakeLists.txt
tests/webauthn-client-test.cpp [new file with mode: 0644]