{
  "name": "g3log",
  "href": "https://vcpkg.link/ports/g3log",
  "supports": "!uwp",
  "published_at": "2025-09-08T06:59:58.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/KjellKod/g3log",
  "description": [
    "G3log is  an asynchronous, \"crash safe\", logger that is easy to use with default logging sinks or you can add your own.  G3log is made with plain C++14 (C++11 support up to release 1.3.2)  with no external libraries (except gtest used for unit tests). G3log is made to be cross-platform, currently running on OSX, Windows and several Linux distros.  See Readme below for details of usage."
  ],
  "license": "Unlicense",
  "version": {
    "type": "dot",
    "value": "2.6",
    "port": 1
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/db2808a4dc1ad14cf57ca1d75ddd7e8c15062b18/ports/g3log",
    "hash": "db2808a4dc1ad14cf57ca1d75ddd7e8c15062b18"
  },
  "repository": {
    "type": "github",
    "href": "https://github.com/KjellKod/g3log",
    "stars": 960
  },
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "dynamic-logging",
      "default": [],
      "description": [
        "Enable dynamic logging levels"
      ],
      "supports": "all",
      "dependencies": []
    }
  ]
}