]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Create SyslogStreambuf
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Fri, 5 Nov 2010 23:11:18 +0000 (16:11 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Wed, 1 Dec 2010 23:00:23 +0000 (15:00 -0800)
commit0ea601ab26d58ccf57a018b5545ee573572ec68e
treea6c32aa018c738e7aac38404febce8dc76302cfc
parentfe9fad7bea2383ff58f3a2dd2823427a414c3c33
Create SyslogStreambuf

SyslogStreambuf is a kind of stream buffer that allows you to output
characters from an ostream to syslog. Most standard IO streams can make
use of this Streambuf.

Signed-off-by: Colin McCabe <colinm@hq.newdream.net>
src/Makefile.am
src/common/SyslogStreambuf.cc [new file with mode: 0644]
src/common/SyslogStreambuf.h [new file with mode: 0644]
src/test/TestSyslogStreambuf.cc [new file with mode: 0644]