MTDLogger Class Reference

#include <logging.h>

List of all members.


Detailed Description

Definition at line 18 of file logging.h.


Public Slots

void addEntry (const QString &log_entry)
void addStartup ()
void addShutdown ()
void socketOpened ()
void socketClosed ()

Public Member Functions

 MTDLogger (bool log_stdout)
 ~MTDLogger ()

Private Member Functions

void writeString (const QString &log_entry)
void writeStampedString (const QString &log_entry)

Private Attributes

QFile logging_file
bool log_to_stdout

Constructor & Destructor Documentation

MTDLogger::MTDLogger ( bool  log_stdout  ) 

Definition at line 18 of file logging.cpp.

MTDLogger::~MTDLogger (  ) 

Definition at line 107 of file logging.cpp.


Member Function Documentation

void MTDLogger::addEntry ( const QString &  log_entry  )  [slot]

Definition at line 48 of file logging.cpp.

void MTDLogger::addStartup (  )  [slot]

Definition at line 53 of file logging.cpp.

Referenced by MTD::MTD().

void MTDLogger::addShutdown (  )  [slot]

Definition at line 69 of file logging.cpp.

Referenced by MTD::shutDown().

void MTDLogger::socketOpened (  )  [slot]

Definition at line 76 of file logging.cpp.

Referenced by MTD::newConnection().

void MTDLogger::socketClosed (  )  [slot]

Definition at line 81 of file logging.cpp.

Referenced by MTD::endConnection().

void MTDLogger::writeString ( const QString &  log_entry  )  [private]

Definition at line 86 of file logging.cpp.

Referenced by addShutdown(), addStartup(), and writeStampedString().

void MTDLogger::writeStampedString ( const QString &  log_entry  )  [private]

Definition at line 99 of file logging.cpp.

Referenced by addEntry(), addStartup(), socketClosed(), and socketOpened().


Member Data Documentation

QFile MTDLogger::logging_file [private]

Definition at line 47 of file logging.h.

Referenced by MTDLogger(), writeString(), and ~MTDLogger().

Definition at line 48 of file logging.h.

Referenced by MTDLogger(), and writeString().


The documentation for this class was generated from the following files:

Generated on Sat Dec 18 05:16:06 2010 for MythTV by  doxygen 1.5.5