Rudiments
/home/dmuse/src/rudiments/include/rudiments/private/logdestination.h
00001 // Copyright (c) 2002 David Muse
00002 // See the COPYING file for more information.
00003 
00004         friend class logger;
00005         public:
00006                 virtual ~logdestination();
00007         protected:
00008                 virtual void    write(const char *string)=0;