Rudiments
syslogdestination.h
1 // Copyright (c) 2002 David Muse
2 // See the COPYING file for more information.
3 
4  friend class logger;
5  private:
6  void write(const char *string);
7  syslogdestinationprivate *pvt;