blob: d6c11888572fb8079cb8d273a59c2da13ca91915 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "log4cpp-log4cpp",
"version": "1.1.4",
"description": "A library of C++ classes for flexible logging to files (rolling), syslog, IDSA and other destinations. It is modeled after the Log for Java library (http://www.log4j.org), staying as close to their API as is reasonable.",
"homepage": "https://sourceforge.net/projects/log4cpp/",
"supports": "(linux | windows) & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}
|