[microlog] Add new port: microlog v7.0.2 by an-dr · Pull Request #50123 · microsoft/vcpkg
- Changes comply with the maintainer guide.
- The name of the port matches an existing name for this component on https://repology.org/ if possible, and/or is strongly associated with that component on search engines.
- Optional dependencies are resolved in exactly one way. For example, if the component is built with CMake, all
find_packagecalls are REQUIRED, are satisfied byvcpkg.json's declared dependencies, or disabled with CMAKE_DISABLE_FIND_PACKAGE_Xxx. - The versioning scheme in
vcpkg.jsonmatches what upstream says. - The license declaration in
vcpkg.jsonmatches what upstream says. - The installed as the "copyright" file matches what upstream says.
- The source code of the component installed comes from an authoritative source.
- The generated "usage text" is accurate. See adding-usage for context.
- The version database is fixed by rerunning
./vcpkg x-add-version --alland committing the result. - Only one version is in the new port's versions file.
- Only one version is added to each modified port's versions file.
microlog is a lightweight, extensible C/C++ logging library designed for both embedded and desktop applications. It provides a simple API with advanced filtering via per-topic and per-output log levels, thread-safety through external locking injection, and zero-overhead when features are disabled at compile time. The library supports static allocation for resource-constrained targets and is easy to integrate