basho-labs / riak-c-client

Riak C Client
Apache License 2.0
20 stars 8 forks source link

Switch basic logging from log4c to zlog #3

Closed hazen closed 11 years ago

hazen commented 11 years ago

Switch to zlog[0] because it's thread-safe and more configurable yet still written entirely in C

[0] https://github.com/HardySimpson/zlog

bookshelfdave commented 11 years ago

compiles + runs fine :+1: to merge

Can we make the logger pluggable somehow?