From b888c7edb54e483ec0e3c2e2ce0eafd73acdcc65 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 15:57:00 -0500 Subject: Initial import from kshowmail 3.3.1 sources --- doc/html/logger_8h-source.html | 59 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 doc/html/logger_8h-source.html (limited to 'doc/html/logger_8h-source.html') diff --git a/doc/html/logger_8h-source.html b/doc/html/logger_8h-source.html new file mode 100644 index 0000000..b2b263c --- /dev/null +++ b/doc/html/logger_8h-source.html @@ -0,0 +1,59 @@ + + +kshowmail: kshowmail/logger.h Source File + + + + +
+
+ +

logger.h

00001 /***************************************************************************
+00002                           logger.h  -  description
+00003                              -------------------
+00004     begin                : Son Okt 19 2003
+00005     copyright            : (C) 2003 by Eggert Ehmke
+00006     email                : eggert.ehmke@berlin.de
+00007  ***************************************************************************/
+00008 
+00009 /***************************************************************************
+00010  *                                                                         *
+00011  *   This program is free software; you can redistribute it and/or modify  *
+00012  *   it under the terms of the GNU General Public License as published by  *
+00013  *   the Free Software Foundation; either version 2 of the License, or     *
+00014  *   (at your option) any later version.                                   *
+00015  *                                                                         *
+00016  ***************************************************************************/
+00017 
+00018 #ifndef LOGGER_H
+00019 #define LOGGER_H
+00020 
+00021 #include <qstring.h>
+00022 #include <qfile.h>
+00023 #include <qtextstream.h>
+00024 
+00029 class Logger
+00030 {
+00031 public:
+00032   Logger () {};
+00033   ~Logger ();
+00034   static QTextStream* logstream;
+00035   static QFile logfile;
+00036   static void flush();
+00037 };
+00038   
+00039 QTextStream& Logger ();
+00040 
+00041 #endif
+

Generated on Thu Jul 5 19:36:07 2007 for kshowmail by  + +doxygen 1.5.0
+ + -- cgit v1.2.1