Rudiments
filedestination.h
1// Copyright (c) 1999-2018 David Muse
2// See the COPYING file for more information.
3
6 return *this;
7 };
8
9 friend class logger;
10 private:
11 void write(const char *string);
12 void write(const wchar_t *string);
13
Definition avltree.h:11
Definition logger.h:39
Definition logger.h:83
void write(uint8_t level, const char *header, uint32_t indent, const char *format,...)