# logger **Repository Path**: bigbear2021/logger ## Basic Information - **Project Name**: logger - **Description**: A logging library that abstracts/isolates specific logging implementations - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-16 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction A logging library that abstracts/isolates specific logging implementations # Development - Prerequisites 1. LLVM Tool Chain(Windows: LLVM-MinGW) 2. Conan - Open a terminal and enter project root directory - Run the command: ``` conan install . -pr=profiles/clang-libc++ --build=missing conan build . -pr=profiles/clang-libc++ ``` Note: If you change the configurations, please delete CMakeCache.txt to recompile codes. # Package ``` conan create . --build=missing -pr=profiles/clang-libc++ ``` # Publish ``` # conan is my artifactory repository name conan upload logger/0.0.1 -r conan ```