Rudiments
syslogdestination.h
1 // Copyright (c) 1999-2018 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;
Definition: logger.h:97
void write(uint8_t level, const char *header, uint32_t indent, const char *format,...)