Rudiments
logdestination.h
1 // Copyright (c) 2002 David Muse
2 // See the COPYING file for more information.
3 
4  friend class logger;
5  public:
6  virtual ~logdestination();
7  protected:
8  virtual void write(const char *string)=0;