Rudiments
include
rudiments
private
filedestination.h
1
// Copyright (c) 1999-2018 David Muse
2
// See the COPYING file for more information.
3
4
filedestination
(
filedestination
&
f
) {};
5
filedestination
&operator=(
filedestination
&
f
) {
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
14
filedestinationprivate
*pvt;
avltreenode
Definition
avltree.h:11
filedestination
Definition
logger.h:39
logger
Definition
logger.h:83
logger::write
void write(uint8_t level, const char *header, uint32_t indent, const char *format,...)
Generated on Tue Dec 3 2024 01:50:18 for Rudiments by
1.10.0