/[LeafOK_CVS]/innwebd/logfile.h
ViewVC logotype

Contents of /innwebd/logfile.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Sat Feb 26 16:10:26 2005 UTC (21 years ago) by sysadm
Branch: MAIN
CVS Tags: innwebd_1-4-16-0_MIL
Changes since 1.2: +1 -1 lines
Content type: text/x-chdr
Copyright update

1 /*******************************************************/
2 /* */
3 /* LeafOK Innbbsd */
4 /* Copyright (C) LeafOK.com, 2003-2005 */
5 /* */
6 /* Programmed by Leaf */
7 /* E-mail:leaflet@leafok.com QQ:6049044 */
8 /* */
9 /* http://bbs.leafok.com */
10 /* http://bbs.leafok.net */
11 /* http://bbs.fenglin.info */
12 /* */
13 /*******************************************************/
14
15 #pragma once
16
17 #include <fstream>
18
19 using namespace std;
20
21 class logfile
22 : public basic_ofstream<char,std::char_traits<char> >
23 {
24 public:
25 logfile(void);
26 ~logfile(void);
27 static logfile& log_head(logfile& logfile);
28 logfile& operator<<(logfile& fun(logfile&));
29 };

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1