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