blob: 9ba37aec96aba5d45efa655bf15ebda0241f2656 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"name": "log4cplus",
"version": "2.0.7",
"description": "A simple to use C++ logging API providing thread--safe, flexible, and arbitrarily granular control over log management and configuration",
"homepage": "https://github.com/log4cplus/log4cplus",
"dependencies": [
"catch",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"unicode": {
"description": "Unicode logger"
}
}
}
|