blob: e80dd9e46f0d45d3676a346140636c355a5e84e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"name": "log4cplus",
"version-string": "2.0.5",
"port-version": 2,
"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"
],
"features": {
"unicode": {
"description": "Unicode logger"
}
}
}
|