Rudiments
stdoutdestination.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 void write(const wchar_t *string);
Definition logger.h:83
void write(uint8_t level, const char *header, uint32_t indent, const char *format,...)